mirror of
https://github.com/reactos/CMake.git
synced 2025-02-20 20:00:52 +00:00
ENH: Adding release configuration for darwin.
This commit is contained in:
parent
17ae77ff23
commit
8222ea379d
14
Utilities/cmake_release_config_darwin
Normal file
14
Utilities/cmake_release_config_darwin
Normal file
@ -0,0 +1,14 @@
|
||||
RELEASE_TAG="Release-1-4-4"
|
||||
VERSION="1.4.4"
|
||||
PLATFORM="darwin"
|
||||
CC="cc"
|
||||
CXX="c++"
|
||||
|
||||
# Write entries into the cache file before building cmake.
|
||||
WriteCMakeCache()
|
||||
{
|
||||
${CAT} > CMakeCache.txt <<EOF
|
||||
BUILD_TESTING:BOOL=OFF
|
||||
CURSES_LIBRARY:FILEPATH=/usr/local/lib/libncurses.a
|
||||
EOF
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user