Revision: 46361
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46361&view=rev
Author:   starseeker
Date:     2011-08-23 23:07:14 +0000 (Tue, 23 Aug 2011)
Log Message:
-----------
libpc ain't happy about the boost change - turn it off for now.

Modified Paths:
--------------
    brlcad/trunk/src/CMakeLists.txt
    brlcad/trunk/src/util/CMakeLists.txt

Modified: brlcad/trunk/src/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/CMakeLists.txt     2011-08-23 23:04:24 UTC (rev 46360)
+++ brlcad/trunk/src/CMakeLists.txt     2011-08-23 23:07:14 UTC (rev 46361)
@@ -55,7 +55,7 @@
 # The interaction of MSVC and Boost looks problematic - 
 # since we're not using libpc at the moment, conditionalize
 IF(NOT MSVC)
-       SET(LIBPC libpc)
+       #SET(LIBPC libpc)
 ENDIF(NOT MSVC)
 # anything not included from above
 SET(remaining_dirs 

Modified: brlcad/trunk/src/util/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/util/CMakeLists.txt        2011-08-23 23:04:24 UTC (rev 
46360)
+++ brlcad/trunk/src/util/CMakeLists.txt        2011-08-23 23:07:14 UTC (rev 
46361)
@@ -26,10 +26,10 @@
 
 BRLCAD_ADDFILE(pl-dm.c sample_applications)
 
-IF(NOT MSVC)
+IF(LIBPC)
        add_executable(pc_test pc_test.c)
        target_link_libraries(pc_test libwdb libpc)
-ENDIF(NOT MSVC)
+ENDIF(LIBPC)
 
 BRLCAD_ADDEXEC(alias-pix alias-pix.c libbu)
 BRLCAD_ADDEXEC(ap-pix ap-pix.c libbu)

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


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to