SHA256
1
0
forked from pool/cura-engine
cura-engine/fix-build.patch

25 lines
735 B
Diff

commit 5aad55bf67e52ce5bdb27a3925af8a4cab441b38
Author: Ghostkeeper <rubend@tutanota.com>
Date: Mon Jun 18 15:39:01 2018 +0200
Remove outdated copy of command_line_settings.json
This entire directory doesn't exist.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c579388..4c55e6f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -251,11 +251,6 @@ if (BUILD_TESTS)
endforeach()
endif()
-
-add_custom_command(TARGET CuraEngine POST_BUILD
- COMMAND ${CMAKE_COMMAND} -E copy_directory
- ${CMAKE_SOURCE_DIR}/resources $<TARGET_FILE_DIR:CuraEngine>)
-
# Installing CuraEngine.
include(GNUInstallDirs)
install(TARGETS CuraEngine DESTINATION ${CMAKE_INSTALL_BINDIR})