Revision: 41998
http://brlcad.svn.sourceforge.net/brlcad/?rev=41998&view=rev
Author: starseeker
Date: 2011-01-06 23:44:23 +0000 (Thu, 06 Jan 2011)
Log Message:
-----------
Turn off enigma on Windows until we figure out what the problem with crypt is.
Modified Paths:
--------------
brlcad/branches/cmake/misc/CMakeLists.txt
Modified: brlcad/branches/cmake/misc/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/misc/CMakeLists.txt 2011-01-06 22:17:27 UTC (rev
41997)
+++ brlcad/branches/cmake/misc/CMakeLists.txt 2011-01-06 23:44:23 UTC (rev
41998)
@@ -6,7 +6,12 @@
SET(datadir "\${datarootdir}")
ADD_SUBDIRECTORY(pkgconfig)
-ADD_SUBDIRECTORY(enigma)
+# FIXME - need to finish porting enigma to Windows -
+# tried adding postgresql crypt function but it doesn't
+# seem to be working.
+IF(NOT WIN32)
+ ADD_SUBDIRECTORY(enigma)
+ENDIF(NOT WIN32)
CONFIGURE_FILE(brlcad-config.in ${CMAKE_CURRENT_BINARY_DIR}/brlcad-config
@ONLY)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits