Another attempt to fix 0.6.2 in starling.

This commit is contained in:
Kevin Dade 2019-08-28 18:26:42 -07:00
parent 419ad605e2
commit 57fa626c9b

View File

@ -60,7 +60,7 @@ add_executable(run-tests
${test_headers} ${test_headers}
) )
add_dependencies(run-tests gtest gmock) target_link_libraries(run-tests gtest gmock)
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}"