cmake syntax change (new cmake seems to not take 1 here...)

This commit is contained in:
Christopher Lackner 2019-07-29 07:12:56 +02:00
parent f7fcc67fc7
commit ac28c07efc

View File

@ -34,7 +34,7 @@ option( USE_SUPERBUILD "use ccache" ON)
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_modules")
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if(APPLE)
set(INSTALL_DIR_DEFAULT /Applications/Netgen.app)