Skip to content

Commit c12062f

Browse files
committed
Merged set_target_properties.
1 parent ebbe19d commit c12062f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/benchmark/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ target_link_libraries(benchmark
1212
set_target_properties(benchmark
1313
PROPERTIES
1414
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
15+
# For the benchmark demo we want to explicitly use C++11.
1816
CXX_STANDARD 11
1917
CXX_STANDARD_REQUIRED ON
2018
CXX_EXTENSIONS OFF

0 commit comments

Comments
 (0)