Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2008-05-26 14:59:33


Author: troy
Date: 2008-05-26 14:59:33 EDT (Mon, 26 May 2008)
New Revision: 45782
URL: http://svn.boost.org/trac/boost/changeset/45782

Log:

This EXPORT stuff is buggy. Reporting to kitware, and will probably do this
differently / more modularly later anyhow.

Text files modified:
   branches/CMake/release/CMakeLists.txt | 17 ++++++++++++++---
   1 files changed, 14 insertions(+), 3 deletions(-)

Modified: branches/CMake/release/CMakeLists.txt
==============================================================================
--- branches/CMake/release/CMakeLists.txt (original)
+++ branches/CMake/release/CMakeLists.txt 2008-05-26 14:59:33 EDT (Mon, 26 May 2008)
@@ -104,10 +104,21 @@
         COMPONENT Core
         PATTERN "CVS" EXCLUDE
         REGEX ".svn" EXCLUDE)
-if (NOT TEST_INSTALLED_TREE)
+#
+# TDS 20080526: Getting a segfault here even with the ifs. At r45780, with these lines
+# uncommented:
+# 1. cmake the workspace
+# 2. run ccmake and turn OFF BUILD_MULTI_THREADED and BUILD_SHARED
+# 3. 'c' to configure
+# 4. 'g' to generate.... segfault.
+# 5. run rebuild_cache at the command line: no segfault this time.
+#
+# With these lines commented out, step 4 above does not segfault.
+#
+#if (NOT TEST_INSTALLED_TREE)
   # If I don't have if around this, I get a seg fault
- install(EXPORT boost-targets DESTINATION "lib/Boost${BOOST_VERSION}")
-endif (NOT TEST_INSTALLED_TREE)
+# install(EXPORT boost-targets DESTINATION "lib/Boost${BOOST_VERSION}")
+#endif (NOT TEST_INSTALLED_TREE)
 ##########################################################################
 
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk