Skip to content

Commit

Permalink
CI: Make copying config.json off by default to pass CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
df committed May 5, 2024
1 parent 62127d2 commit dea69c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dea69c3

Please sign in to comment.