Skip to content
Snippets Groups Projects
Commit f4776a25 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

remove usuless cmake warning

parent f36096a9
No related branches found
No related tags found
1 merge request!82Gtest
......@@ -57,7 +57,6 @@ function(wolf_add_gtest target)
add_dependencies(${target} libgtest)
target_link_libraries(${target} libgtest)
message(WARNING ${CMAKE_BINARY_DIR}/bin)
add_test(NAME ${target} COMMAND ${target}) #WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin
#WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin
add_test(NAME ${target} COMMAND ${target})
endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment