> configure(npc)

ysyx_22040000 李心杨
 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
  00:47:23  up 1 day  9:34,  2 users,  load average: 0.36, 0.58, 0.49
This commit is contained in:
tracer-ysyx 2024-01-06 00:47:23 +08:00 committed by xinyangli
parent aced1bf25e
commit da1b895cc5

View file

@ -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}/..
)