From a14334c6529d2888477d86ee0f04492f3a24b55a Mon Sep 17 00:00:00 2001 From: Ewan Cook <5237234+ewancook@users.noreply.github.com> Date: Thu, 26 Jul 2018 09:04:21 +0100 Subject: [PATCH] refs #22915 remove redundant CMakeLists and fix resulting build errors --- scripts/CMakeLists.txt | 3 --- scripts/Muon/CMakeLists.txt | 7 ------- 2 files changed, 10 deletions(-) delete mode 100644 scripts/Muon/CMakeLists.txt diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 0afc1987b68..d401fa8e4bb 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -5,7 +5,6 @@ add_subdirectory(HFIRPowderReduction) add_subdirectory(Interface/ui) add_subdirectory(TofConverter) add_subdirectory(HFIR_4Circle_Reduction) -add_subdirectory(Muon) add_subdirectory(ErrorReporter) # Chain all required interface custom targets into CompilePyUI @@ -15,7 +14,6 @@ add_custom_target(CompilePyUI DEPENDS CompileUITofConverter CompileUIUI CompileUIHFIR_4Circle_Reduction - CompileUIFrequency_Domain_Analysis CompileUIErrorReporter ) @@ -26,7 +24,6 @@ set_property ( TARGET CompileUIHFIRPowderReduction PROPERTY FOLDER "CompilePyUI" set_property ( TARGET CompileUITofConverter PROPERTY FOLDER "CompilePyUI" ) set_property ( TARGET CompileUIUI PROPERTY FOLDER "CompilePyUI" ) set_property ( TARGET CompileUIHFIR_4Circle_Reduction PROPERTY FOLDER "CompilePyUI" ) -set_property ( TARGET CompileUIFrequency_Domain_Analysis PROPERTY FOLDER "CompilePyUI" ) set_property ( TARGET CompileUIErrorReporter PROPERTY FOLDER "CompilePyUI" ) # External GUIs diff --git a/scripts/Muon/CMakeLists.txt b/scripts/Muon/CMakeLists.txt deleted file mode 100644 index 456c62caea6..00000000000 --- a/scripts/Muon/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -include(UiToPy) - -# List of UIs to Auto convert -set(UI_FILES - ) - -UiToPy(UI_FILES CompileUIFrequency_Domain_Analysis) -- GitLab