Skip to content
Snippets Groups Projects
Commit a14334c6 authored by Ewan Cook's avatar Ewan Cook
Browse files

refs #22915 remove redundant CMakeLists and fix resulting build errors

parent 318c702b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ add_subdirectory(HFIRPowderReduction) ...@@ -5,7 +5,6 @@ add_subdirectory(HFIRPowderReduction)
add_subdirectory(Interface/ui) add_subdirectory(Interface/ui)
add_subdirectory(TofConverter) add_subdirectory(TofConverter)
add_subdirectory(HFIR_4Circle_Reduction) add_subdirectory(HFIR_4Circle_Reduction)
add_subdirectory(Muon)
add_subdirectory(ErrorReporter) add_subdirectory(ErrorReporter)
# Chain all required interface custom targets into CompilePyUI # Chain all required interface custom targets into CompilePyUI
...@@ -15,7 +14,6 @@ add_custom_target(CompilePyUI DEPENDS ...@@ -15,7 +14,6 @@ add_custom_target(CompilePyUI DEPENDS
CompileUITofConverter CompileUITofConverter
CompileUIUI CompileUIUI
CompileUIHFIR_4Circle_Reduction CompileUIHFIR_4Circle_Reduction
CompileUIFrequency_Domain_Analysis
CompileUIErrorReporter CompileUIErrorReporter
) )
...@@ -26,7 +24,6 @@ set_property ( TARGET CompileUIHFIRPowderReduction PROPERTY FOLDER "CompilePyUI" ...@@ -26,7 +24,6 @@ set_property ( TARGET CompileUIHFIRPowderReduction PROPERTY FOLDER "CompilePyUI"
set_property ( TARGET CompileUITofConverter PROPERTY FOLDER "CompilePyUI" ) set_property ( TARGET CompileUITofConverter PROPERTY FOLDER "CompilePyUI" )
set_property ( TARGET CompileUIUI PROPERTY FOLDER "CompilePyUI" ) set_property ( TARGET CompileUIUI PROPERTY FOLDER "CompilePyUI" )
set_property ( TARGET CompileUIHFIR_4Circle_Reduction 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" ) set_property ( TARGET CompileUIErrorReporter PROPERTY FOLDER "CompilePyUI" )
# External GUIs # External GUIs
......
include(UiToPy)
# List of UIs to Auto convert
set(UI_FILES
)
UiToPy(UI_FILES CompileUIFrequency_Domain_Analysis)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment