File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,3 @@ find_package(yaml-cpp REQUIRED CONFIG)
3232# Add subdirectories
3333add_subdirectory (src)
3434add_subdirectory (tests)
35-
Original file line number Diff line number Diff line change @@ -49,10 +49,3 @@ elseif(APPLE OR UNIX)
4949 target_compile_options (${EXECUTABLE_NAME} PRIVATE -Wall -Wextra -Wpedantic -Werror -Wshadow -Wconversion -Wsign-conversion -fsanitize=address,undefined -fstack-protector)
5050 target_link_options (${EXECUTABLE_NAME} PRIVATE -fsanitize=address,undefined)
5151endif ()
52-
53- # Copy config files
54- file (GLOB YAML_FILES "${CMAKE_SOURCE_DIR} /config/*.yaml" )
55- file (MAKE_DIRECTORY ${CMAKE_BINARY_DIR} /config)
56- foreach (YAML_FILE ${YAML_FILES} )
57- configure_file (${YAML_FILE} ${CMAKE_BINARY_DIR} /config/ COPYONLY )
58- endforeach ()
You can’t perform that action at this time.
0 commit comments