"src/include/amd_inline_asm.hpp" did not exist on "b93d2e1b57f39ada9ada58698732e55d80bac7d8"
Commit b1322770 authored by Jesse Beder's avatar Jesse Beder
Browse files

Remove the extraneous gtest library from the test's link args, since gmock covers it

parent 77c90a08
...@@ -29,6 +29,6 @@ add_executable(run-tests ...@@ -29,6 +29,6 @@ add_executable(run-tests
set_target_properties(run-tests PROPERTIES set_target_properties(run-tests PROPERTIES
COMPILE_FLAGS "${yaml_c_flags} ${yaml_cxx_flags} ${yaml_test_flags}" COMPILE_FLAGS "${yaml_c_flags} ${yaml_cxx_flags} ${yaml_test_flags}"
) )
target_link_libraries(run-tests yaml-cpp gtest gmock) target_link_libraries(run-tests yaml-cpp gmock)
add_test(yaml-test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/run-tests) add_test(yaml-test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/run-tests)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment