[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kdepim/enterprise4/kdelibs-4.1-branch
From:       Allen Winter <winter () kde ! org>
Date:       2009-02-23 17:00:37
Message-ID: 1235408437.150441.4770.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 930493 by winterz:

fix cross-compilation by replacing add_definitions() with add_subdirectory().
patch from Bernhard Herzog.


 M  +3 -3      CMakeLists.txt  


--- branches/kdepim/enterprise4/kdelibs-4.1-branch/CMakeLists.txt #930492:930493
@@ -187,9 +187,9 @@
 ################# list the subdirectories #################
 
 if(CROSS_COMPILATION_TOOLS_ONLY)
-  add_definitions( cmake )
-  add_definitions( kdecore )
-  add_definitions( kdoctools )
+  add_subdirectory( cmake )
+  add_subdirectory( kdecore )
+  add_subdirectory( kdoctools )
 else(CROSS_COMPILATION_TOOLS_ONLY)
 
 add_subdirectory( cmake )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic