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 ebbe19d commit c12062fCopy full SHA for c12062f
examples/benchmark/CMakeLists.txt
@@ -12,9 +12,7 @@ target_link_libraries(benchmark
12
set_target_properties(benchmark
13
PROPERTIES
14
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
15
-)
16
-# Only a minimum level is set for pico_tree. For this executable we want it to be 11.
17
-set_target_properties(benchmark PROPERTIES
+# For the benchmark demo we want to explicitly use C++11.
18
CXX_STANDARD 11
19
CXX_STANDARD_REQUIRED ON
20
CXX_EXTENSIONS OFF
0 commit comments