ENH: Do not include experimental WXDialog in release.
This commit is contained in:
parent
46d266047c
commit
b377c8ac72
|
@ -1,7 +1,6 @@
|
|||
PLATFORM="darwin"
|
||||
CC="cc"
|
||||
CXX="c++"
|
||||
WX_PREFIX=/Users/kitware/wxMac-2.6.1-build
|
||||
|
||||
# Write entries into the cache file before building cmake.
|
||||
write_cache()
|
||||
|
@ -10,7 +9,5 @@ write_standard_cache
|
|||
|
||||
cat >> CMakeCache.txt <<EOF
|
||||
CURSES_LIBRARY:FILEPATH=/Users/kitware/staticCurses/libncurses.a
|
||||
CMAKE_BUILD_WX_DIALOG:BOOL=ON
|
||||
CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE:FILEPATH=${WX_PREFIX}/wx-config
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue