Skip to content
Snippets Groups Projects
Commit 6ad81672 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMAKE_AUTOUIC no longer needed

parent fe0fcc11
No related branches found
No related tags found
1 merge request!2183CMAKE_AUTOUIC no longer needed
Pipeline #121524 passed
......@@ -5,7 +5,6 @@
message(STATUS "Configuring BornAgain GUI")
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(lib BornAgainGUI)
......
set(lib BornAgainImg3D)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
file(GLOB_RECURSE source_files *.cpp)
......
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