mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-30 22:50:51 +00:00
CMAKE: Fix OS X ccache scripts
This commit is contained in:
parent
01ff46326f
commit
36e17006b7
1 changed files with 2 additions and 2 deletions
|
@ -530,8 +530,8 @@ if (${CMAKE_SYSTEM} MATCHES "Darwin")
|
|||
if(RULE_LAUNCH_COMPILE)
|
||||
MESSAGE(STATUS "Force enabling CCache usage under macOS")
|
||||
# Set up wrapper scripts
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-c.in launch-c)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-cxx.in launch-cxx)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-c.in ${CMAKE_BINARY_DIR}/launch-c)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../launch-cxx.in ${CMAKE_BINARY_DIR}/launch-cxx)
|
||||
execute_process(COMMAND chmod a+rx
|
||||
"${CMAKE_BINARY_DIR}/launch-c"
|
||||
"${CMAKE_BINARY_DIR}/launch-cxx")
|
||||
|
|
Loading…
Reference in a new issue