diff --git a/npc/CMakeLists.txt b/npc/CMakeLists.txt index 43cd787..9cdce96 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 ${CMAKE_SOURCE_DIR}/.. )