We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62127d2 commit dea69c3Copy full SHA for dea69c3
CMakeLists.txt
@@ -139,7 +139,7 @@ elseif(CMAKE_BUILD_TYPE STREQUAL "Release")
139
)
140
add_dependencies(PTSD PTSD_assets)
141
142
- option(COPY_PTSD_CONFIG "Copy config.json to build directory" ON)
+ option(COPY_PTSD_CONFIG "Copy config.json to build directory" OFF)
143
if(COPY_PTSD_CONFIG)
144
add_custom_target(PTSD_Config
145
COMMAND ${CMAKE_COMMAND} -E copy
0 commit comments