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 b7fc54c commit 6bbc81cCopy full SHA for 6bbc81c
test/cmake_install_test/CMakeLists.txt
@@ -8,8 +8,6 @@ project(cmake_install_test LANGUAGES CXX)
8
9
find_package(boost_openmethod REQUIRED)
10
11
-target_compile_features(boost_openmethod INTERFACE cxx_std_17)
12
-
13
add_executable(main main.cpp)
14
target_link_libraries(main Boost::openmethod)
15
0 commit comments