File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,14 @@ string(TOUPPER ${META_PROJECT_ID} META_PROJECT_ID)
70
70
#
71
71
72
72
# Project options
73
- option (BUILD_SHARED_LIBS "Build shared instead of static libraries." ON )
74
- option (OPTION_SELF_CONTAINED "Create a self-contained install with all dependencies." OFF )
75
- option (OPTION_BUILD_TESTS "Build tests." ON )
76
- option (OPTION_BUILD_GPU_TESTS "Build tests that require an OpenGL context." ON )
77
- option (OPTION_BUILD_DOCS "Build documentation." OFF )
78
- option (OPTION_BUILD_TOOLS "Build tools." ON )
79
- option (OPTION_BUILD_EXAMPLES "Build examples." OFF )
73
+ option (BUILD_SHARED_LIBS "Build shared instead of static libraries." ON )
74
+ option (OPTION_SELF_CONTAINED "Create a self-contained install with all dependencies." OFF )
75
+ option (OPTION_BUILD_TESTS "Build tests." ON )
76
+ option (OPTION_BUILD_GPU_TESTS "Build tests that require an OpenGL context." ON )
77
+ option (OPTION_BUILD_DOCS "Build documentation." OFF )
78
+ option (OPTION_BUILD_TOOLS "Build tools." ON )
79
+ option (OPTION_BUILD_EXAMPLES "Build examples." OFF )
80
+ option (OPTION_BUILD_WITH_BOOST_THREAD "Use boost::thread instead of std::thread." OFF )
80
81
81
82
82
83
#
You can’t perform that action at this time.
0 commit comments