Revision: 71943
          http://sourceforge.net/p/brlcad/code/71943
Author:   starseeker
Date:     2018-10-04 20:18:40 +0000 (Thu, 04 Oct 2018)
Log Message:
-----------
Forgot quotes, was causing strange install dirs in both build and install 
directories.

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

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2018-10-04 19:09:58 UTC (rev 
71942)
+++ brlcad/trunk/src/other/CMakeLists.txt       2018-10-04 20:18:40 UTC (rev 
71943)
@@ -924,7 +924,7 @@
     get_filename_component(scf ${scfile} NAME)
     set(sc_headers ${sc_headers} ${src_dir}/${scf})
   endforeach(scfile ${sc_headers_orig})
-  BRLCAD_MANAGE_FILES(${sc_headers} ${target_dir} FOLDER stepcode)
+  BRLCAD_MANAGE_FILES("${sc_headers}" "${target_dir}" FOLDER stepcode)
 endfunction(SC_MANAGE_HDRS)
 
 function(SC_MANAGE_HDRS2 src_dir src_var target_dir)
@@ -933,7 +933,7 @@
   foreach(scfile ${sc_headers_orig})
     set(sc_headers ${sc_headers} ${src_dir}/${scfile})
   endforeach(scfile ${sc_headers_orig})
-  BRLCAD_MANAGE_FILES(${sc_headers} ${target_dir} FOLDER stepcode)
+  BRLCAD_MANAGE_FILES("${sc_headers}" "${target_dir}" FOLDER stepcode)
 endfunction(SC_MANAGE_HDRS2)
 
 set(sc_ALIASES ENABLE_SCL ENABLE_STEP ENABLE_STEP_CLASS_LIBRARIES)

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to