We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f7b73 commit 8f7516dCopy full SHA for 8f7516d
1 file changed
test/CMakeLists.txt
@@ -43,10 +43,7 @@ target_compile_options(yaml-cpp-tests
43
target_link_libraries(yaml-cpp-tests
44
PRIVATE
45
Threads::Threads
46
- yaml-cpp
47
- yaml-cpp::yaml-cpp
48
- GTest::gtest
49
- GTest::gmock)
+ yaml-cpp)
50
51
set_property(TARGET yaml-cpp-tests PROPERTY CXX_STANDARD_REQUIRED ON)
52
if (NOT DEFINED CMAKE_CXX_STANDARD)
0 commit comments