Update the default option for installation

The cmake layer has to have the default option for installation "ON"
This commit is contained in:
Pierre 2019-12-17 22:59:06 +01:00 committed by Alexander Hanl
parent d408368433
commit b964b2af13

View file

@ -33,12 +33,12 @@ option(ddl_cmake_enable_tests
OFF) OFF)
option(ddl_cmake_enable_installation option(ddl_cmake_enable_installation
"Enable installation of the ddl library to CMAKE_INSTALL_PREFIX (default: OFF)" "Enable installation of the ddl library to CMAKE_INSTALL_PREFIX (default: ON)"
OFF) ON)
option(ddl_cmake_enable_ddl_generator_tools option(ddl_cmake_enable_ddl_generator_tools
"Enable building of the two tools ddl2header and header2ddl (default: OFF)" "Enable building of the two tools ddl2header and header2ddl (default: ON)"
OFF) ON)
# End Options ############################################# # End Options #############################################
# Check for default install prefix and cmake build type (UNIX) # Check for default install prefix and cmake build type (UNIX)