diff --git a/npc/CMakeLists.txt b/npc/CMakeLists.txt index ac50117..8d3e4dd 100644 --- a/npc/CMakeLists.txt +++ b/npc/CMakeLists.txt @@ -5,7 +5,7 @@ set (CMAKE_CXX_STANDARD 11) cmake_policy(SET CMP0144 NEW) execute_process( - COMMAND ${CMAKE_SOURCE_DIR}/../git_commit.sh "configure npc" + COMMAND ${CMAKE_SOURCE_DIR}/../git_commit.sh "configure\ npc" WORKING_DIRECTORY ../ )