Revision: 51594
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51594&view=rev
Author:   n_reed
Date:     2012-07-19 15:49:35 +0000 (Thu, 19 Jul 2012)
Log Message:
-----------
consistently use spaces rather than semicolons in list arguments

Modified Paths:
--------------
    brlcad/trunk/src/other/step/src/cldai/CMakeLists.txt
    brlcad/trunk/src/other/step/src/cleditor/CMakeLists.txt
    brlcad/trunk/src/other/step/src/clstepcore/CMakeLists.txt
    brlcad/trunk/src/other/step/src/fedex_plus/CMakeLists.txt
    brlcad/trunk/src/other/step/src/fedex_python/CMakeLists.txt

Modified: brlcad/trunk/src/other/step/src/cldai/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/step/src/cldai/CMakeLists.txt        2012-07-19 
15:37:51 UTC (rev 51593)
+++ brlcad/trunk/src/other/step/src/cldai/CMakeLists.txt        2012-07-19 
15:49:35 UTC (rev 51594)
@@ -34,4 +34,4 @@
     ${SCL_SOURCE_DIR}/src/clutils
 )
 
-SCL_ADDLIB(stepdai "${LIBSTEPDAI_SRCS}" "steputils;base")
+SCL_ADDLIB(stepdai "${LIBSTEPDAI_SRCS}" "steputils base")

Modified: brlcad/trunk/src/other/step/src/cleditor/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/step/src/cleditor/CMakeLists.txt     2012-07-19 
15:37:51 UTC (rev 51593)
+++ brlcad/trunk/src/other/step/src/cleditor/CMakeLists.txt     2012-07-19 
15:49:35 UTC (rev 51594)
@@ -41,4 +41,4 @@
     ${SCL_SOURCE_DIR}/src/clutils
 )
 
-SCL_ADDLIB(stepeditor "${LIBSTEPEDITOR_SRCS}" 
"stepcore;stepdai;steputils;base")
+SCL_ADDLIB(stepeditor "${LIBSTEPEDITOR_SRCS}" "stepcore stepdai steputils 
base")

Modified: brlcad/trunk/src/other/step/src/clstepcore/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/step/src/clstepcore/CMakeLists.txt   2012-07-19 
15:37:51 UTC (rev 51593)
+++ brlcad/trunk/src/other/step/src/clstepcore/CMakeLists.txt   2012-07-19 
15:49:35 UTC (rev 51594)
@@ -53,4 +53,4 @@
     ${SCL_SOURCE_DIR}/src/clutils
 )
 
-SCL_ADDLIB(stepcore "${LIBSTEPCORE_SRCS}" "express;steputils;stepdai;base")
+SCL_ADDLIB(stepcore "${LIBSTEPCORE_SRCS}" "express steputils stepdai base")

Modified: brlcad/trunk/src/other/step/src/fedex_plus/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/step/src/fedex_plus/CMakeLists.txt   2012-07-19 
15:37:51 UTC (rev 51593)
+++ brlcad/trunk/src/other/step/src/fedex_plus/CMakeLists.txt   2012-07-19 
15:49:35 UTC (rev 51594)
@@ -31,6 +31,6 @@
     ${SCL_SOURCE_DIR}/src/base
 )
 
-SCL_ADDEXEC(fedex_plus "${fedex_plus_SOURCES}" "libexppp;express;base")
+SCL_ADDEXEC(fedex_plus "${fedex_plus_SOURCES}" "libexppp express base")
 
 add_dependencies( fedex_plus version_string )

Modified: brlcad/trunk/src/other/step/src/fedex_python/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/step/src/fedex_python/CMakeLists.txt 2012-07-19 
15:37:51 UTC (rev 51593)
+++ brlcad/trunk/src/other/step/src/fedex_python/CMakeLists.txt 2012-07-19 
15:49:35 UTC (rev 51594)
@@ -31,7 +31,7 @@
     ../fedex_plus/write.cc 
     ../fedex_plus/print.cc
 )
-SCL_ADDEXEC(fedex_python "${fedex_python_SOURCES}" "libexppp;express;base")
+SCL_ADDEXEC(fedex_python "${fedex_python_SOURCES}" "libexppp express base")
 
 add_dependencies( fedex_python version_string )
 endif(SCL_PYTHON_GENERATOR)

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to