changeset 618:7dfa4555fb89

Include common before ui to make common targets known
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 19 Jun 2014 17:44:27 +0200
parents 63a128400bf3
children e780405f8150
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jun 19 14:43:53 2014 +0200
+++ b/CMakeLists.txt	Thu Jun 19 17:44:27 2014 +0200
@@ -99,6 +99,8 @@
     add_dependencies(static_check flawfinder)
 endif (FLAWFINDER_PATH)
 
+add_subdirectory(common)
+
 add_subdirectory(cinst)
 if(Qt5Widgets_FOUND)
     add_subdirectory(ui)
@@ -106,8 +108,6 @@
    message(STATUS "WARNING: Could not find qt. GUI parts will not be built.")
 endif()
 
-add_subdirectory(common)
-
 # Documentation
 configure_file (doc/Doxyfile.in doc/Doxyfile)
 add_subdirectory(doc)

http://wald.intevation.org/projects/trustbridge/