Compare commits

...

2 commits

Author SHA1 Message Date
Pierre 8bdf2b42f3
update the documenation of the cmake layer 2019-12-17 23:00:31 +01:00
Pierre 60ef96e4b2
Update the default option for installation
The cmake layer has to have the default option for installation "ON"
2019-12-17 22:59:06 +01:00
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -175,7 +175,7 @@ choose wether the tools must be build too
ddl_cmake_enable_installation ON/OFF
</td>
<td>
choose wether the tools must be build too
choose wether the libraries are installed or not
</td>
<td>
</td>
@ -190,4 +190,4 @@ choose wether the tools must be build too