You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-8
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,7 @@ option(ZTD_THREAD_TESTS "Enable build of tests" OFF)
78
78
option(ZTD_THREAD_DOCUMENTATION "Enable build of documentation"OFF)
79
79
option(ZTD_THREAD_DOCUMENTATION_NO_SPHINX "Turn off Sphinx usage (useful for ReadTheDocs builds)"OFF)
80
80
option(ZTD_THREAD_EXAMPLES "Enable build of examples"OFF)
81
-
option(ZTD_THREAD_BENCHMARKS "Enable build of benchmarks"OFF)
82
81
option(ZTD_THREAD_GENERATE_SINGLE "Enable generation of a single header and its target"OFF)
83
-
set(ZTD_THREAD_BENCHMARKS_REPETITIONS 50 CACHESTRING"Number of repetitions to perform. Each repetition has a number of iterations: higher means a lot more time is spent benchmarking.")
84
82
85
83
# Modify bad flags / change defaults if we are the top level
0 commit comments