Skip to content

Commit 268b3ee

Browse files
committed
Merge branch 'add_qt_gui' of https://github.com/paulbendixen/cpp_starter_project into add_qt_gui
2 parents 5539929 + 7d5fea7 commit 268b3ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ else()
4747
endif()
4848

4949
add_executable(intro main.cpp)
50-
target_compile_features(intro PRIVATE cxx_std_17)
50+
#target_compile_features(intro PRIVATE cxx_std_14)
5151
target_link_libraries(intro PRIVATE project_warnings --coverage)
5252

5353
enable_testing()
5454

5555
add_executable(tester tester.cpp)
5656
target_link_libraries(tester PRIVATE project_warnings --coverage)
57-
5857
add_test(Tester tester)
5958

6059
#qt

0 commit comments

Comments
 (0)