Skip to content

Commit

Permalink
Update utils.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA committed Jan 23, 2020
1 parent 8a1c1a1 commit c53eec7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ function(add_geode_test cpp_file_path)
foreach(dependency ${ARGN})
list(APPEND directories $<TARGET_FILE_DIR:${dependency}>)
endforeach()
add_test(NAME ${exe_name} COMMAND ${exe_name})
if(WIN32)
list(JOIN directories "\\;" directories)
set_tests_properties(${exe_name}
Expand Down

0 comments on commit c53eec7

Please sign in to comment.