Compare commits
2 commits
master
...
fix_add_in
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8bdf2b42f3 | ||
![]() |
60ef96e4b2 |
|
@ -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)
|
||||||
|
|
|
@ -175,7 +175,7 @@ choose wether the tools must be build too
|
||||||
ddl_cmake_enable_installation ON/OFF
|
ddl_cmake_enable_installation ON/OFF
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
choose wether the tools must be build too
|
choose wether the libraries are installed or not
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
</td>
|
</td>
|
||||||
|
@ -190,4 +190,4 @@ choose wether the tools must be build too
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue