forked from pool/cura-engine-lulzbot
fix
OBS-URL: https://build.opensuse.org/package/show/science/cura-engine-lulzbot?expand=0&rev=31
This commit is contained in:
@@ -1,40 +1,8 @@
|
||||
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
|
||||
index a015fa2b..b4c66d33 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})
|
||||
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)
|
||||
@@ -202,11 +202,6 @@ if (BUILD_TESTS)
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
@@ -54,23 +22,6 @@ index 7c4be40d..cff696a6 100644
|
||||
}
|
||||
|
||||
|
||||
-SettingConfig::SettingConfig(std::string key, std::string label)
|
||||
-: SettingContainer(key, label)
|
||||
-{
|
||||
-// std::cerr << key << std::endl; // debug output to show all frontend registered settings...
|
||||
-}
|
||||
-
|
||||
bool SettingRegistry::settingExists(std::string key) const
|
||||
{
|
||||
return setting_key_to_config.find(key) != setting_key_to_config.end();
|
||||
diff --git a/src/settings/SettingRegistry.cpp b/src/settings/SettingRegistry.cpp
|
||||
index 7c4be40d..cff696a6 100644
|
||||
--- a/src/settings/SettingRegistry.cpp
|
||||
+++ b/src/settings/SettingRegistry.cpp
|
||||
@@ -35,12 +35,6 @@ std::string SettingRegistry::toString(rapidjson::Type type)
|
||||
}
|
||||
|
||||
|
||||
-SettingConfig::SettingConfig(std::string key, std::string label)
|
||||
-: SettingContainer(key, label)
|
||||
-{
|
||||
|
Reference in New Issue
Block a user