KDE/kdevelop/buildtools/importers/cmake/cmakelib

Andras Mantia amantia at kde.org
Thu Jul 20 19:56:07 UTC 2006


SVN commit 564675 by amantia:

Fix compilation on x86_64 now by adding -fPIC. In the feature, we might reconsider this and avoid the static library.

CCMAIL: kdevelop-devel at kdevelop.org


 M  +3 -0      CMakeLists.txt  


--- trunk/KDE/kdevelop/buildtools/importers/cmake/cmakelib/CMakeLists.txt #564674:564675
@@ -109,3 +109,6 @@
 INCLUDE_REGULAR_EXPRESSION("^.*$")
 
 
+SET(CMAKE_CXX_FLAGS -fPIC)
+SET(CMAKE_C_FLAGS -fPIC)
+




More information about the KDevelop-devel mailing list