We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f5b0c commit 98b5d25Copy full SHA for 98b5d25
cmake/ProjectOptions.cmake
@@ -7,7 +7,6 @@ option(LSL_OPTIMIZATIONS "Enable some more compiler optimizations" ON)
7
option(LSL_BUNDLED_BOOST "Use the bundled Boost by default" ON)
8
option(LSL_BUNDLED_PUGIXML "Use the bundled pugixml by default" ON)
9
option(LSL_TOOLS "Build some experimental tools for in-depth tests" OFF)
10
-option(LSL_BUILD_EXAMPLES "Build example programs in examples/" OFF)
11
option(LSL_UNITTESTS "Build LSL library unit tests" OFF)
12
option(LSL_FORCE_FANCY_LIBNAME "Add library name decorations (32/64/-debug)" OFF)
13
mark_as_advanced(LSL_FORCE_FANCY_LIBNAME)
0 commit comments