mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
cmake: default install prefix to ./stage1
This commit is contained in:
parent
f65ca80bbe
commit
615a983517
@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}" CACHE STRING
|
||||
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/stage1" CACHE STRING
|
||||
"Directory to install zig to" FORCE)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user