diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e5af9d..015e32e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ target_link_libraries(${PROJECT} ruc) # Execute target add_custom_target(run - COMMAND ${PROJECT} + COMMAND ${PROJECT} -c DEPENDS ${PROJECT}) # ------------------------------------------