Revision: 55880
          http://sourceforge.net/p/brlcad/code/55880
Author:   vladbogo
Date:     2013-06-27 14:27:10 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
Added a comment to highlight the need of the position independent code flag.

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/CompilerFlags.cmake

Modified: brlcad/trunk/misc/CMake/CompilerFlags.cmake
===================================================================
--- brlcad/trunk/misc/CMake/CompilerFlags.cmake 2013-06-27 14:19:29 UTC (rev 
55879)
+++ brlcad/trunk/misc/CMake/CompilerFlags.cmake 2013-06-27 14:27:10 UTC (rev 
55880)
@@ -265,6 +265,8 @@
 BRLCAD_CHECK_C_FLAG(Qunused-arguments)
 BRLCAD_CHECK_CXX_FLAG(Qunused-arguments)
 
+# Check for position independent code (-fPIC).
+# This flag is required in order to integrate Qt5 in the cmake build.
 BRLCAD_CHECK_C_FLAG(fPIC)
 BRLCAD_CHECK_CXX_FLAG(fPIC)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to