Index: /trunk/FACT++/CMakeLists.txt
===================================================================
--- /trunk/FACT++/CMakeLists.txt	(revision 19401)
+++ /trunk/FACT++/CMakeLists.txt	(revision 19402)
@@ -67,8 +67,4 @@
 # ********* Requirements **********
 # *********************************
-
-# Inlclude the main source AND build dir itself
-SET(CMAKE_INCLUDE_CURRENT_DIR ON)
-SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
 
 # =========== pkg-config ============
@@ -320,4 +316,7 @@
 
 # -------------------------------------------------------
+# Inlclude the main source AND build dir itself
+SET(CMAKE_INCLUDE_CURRENT_DIR ON)
+SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
 
 INCLUDE_DIRECTORIES(pal)
