Skip to content

Commit 98b5d25

Browse files
committed
LSL_BUILD_EXAMPLES option removed from ProjectOptions.cmake
1 parent 91f5b0c commit 98b5d25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/ProjectOptions.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ option(LSL_OPTIMIZATIONS "Enable some more compiler optimizations" ON)
77
option(LSL_BUNDLED_BOOST "Use the bundled Boost by default" ON)
88
option(LSL_BUNDLED_PUGIXML "Use the bundled pugixml by default" ON)
99
option(LSL_TOOLS "Build some experimental tools for in-depth tests" OFF)
10-
option(LSL_BUILD_EXAMPLES "Build example programs in examples/" OFF)
1110
option(LSL_UNITTESTS "Build LSL library unit tests" OFF)
1211
option(LSL_FORCE_FANCY_LIBNAME "Add library name decorations (32/64/-debug)" OFF)
1312
mark_as_advanced(LSL_FORCE_FANCY_LIBNAME)

0 commit comments

Comments
 (0)