From dea69c3f5af39bb7ad491fba5ee9868217960084 Mon Sep 17 00:00:00 2001 From: df Date: Sun, 5 May 2024 13:00:31 +0800 Subject: [PATCH] CI: Make copying config.json off by default to pass CI. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 589b2473..941453ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ elseif(CMAKE_BUILD_TYPE STREQUAL "Release") ) add_dependencies(PTSD PTSD_assets) - option(COPY_PTSD_CONFIG "Copy config.json to build directory" ON) + option(COPY_PTSD_CONFIG "Copy config.json to build directory" OFF) if(COPY_PTSD_CONFIG) add_custom_target(PTSD_Config COMMAND ${CMAKE_COMMAND} -E copy