Revision: 42123
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42123&view=rev
Author:   starseeker
Date:     2011-01-12 02:57:49 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
Tweaks - seems to produces better results for make package.

Modified Paths:
--------------
    brlcad/branches/cmake/CMakeLists.txt
    brlcad/branches/cmake/misc/CMake/BRLCAD_Util.cmake

Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt        2011-01-12 02:33:03 UTC (rev 
42122)
+++ brlcad/branches/cmake/CMakeLists.txt        2011-01-12 02:57:49 UTC (rev 
42123)
@@ -1319,7 +1319,7 @@
 SET(CPACK_PACKAGE_VERSION_MINOR ${BRLCAD_MINOR_VERSION})
 SET(CPACK_PACKAGE_VERSION_PATCH ${BRLCAD_PATCH_VERSION})
 
-SET(CPACK_SET_DESDIR ON)
+SET(CPACK_SET_DESTDIR ON)
 
 SET(CPACK_SOURCE_GENERATOR TGZ TBZ2 ZIP)
 SET(CPACK_SOURCE_PACKAGE_FILE_NAME

Modified: brlcad/branches/cmake/misc/CMake/BRLCAD_Util.cmake
===================================================================
--- brlcad/branches/cmake/misc/CMake/BRLCAD_Util.cmake  2011-01-12 02:33:03 UTC 
(rev 42122)
+++ brlcad/branches/cmake/misc/CMake/BRLCAD_Util.cmake  2011-01-12 02:57:49 UTC 
(rev 42123)
@@ -31,7 +31,7 @@
   STRING(REGEX REPLACE "-framework;" "-framework " libslist "${libslist1}")
   add_executable(${execname} ${srcslist})
   target_link_libraries(${execname} ${libslist})
-  INSTALL(TARGETS ${execname} RUNTIME DESTINATION ${BRLCAD_INSTALL_BIN_DIR})
+  INSTALL(TARGETS ${execname} DESTINATION ${BRLCAD_INSTALL_BIN_DIR})
   # Enable extra compiler flags if local executables and/or global options 
dictate
   SET(LOCAL_COMPILE_FLAGS "")
   FOREACH(extraarg ${ARGN})


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to