Revision: 77385
http://sourceforge.net/p/brlcad/code/77385
Author: starseeker
Date: 2020-10-09 14:49:04 +0000 (Fri, 09 Oct 2020)
Log Message:
-----------
Fix typo in stepcode.cmake
Modified Paths:
--------------
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake
brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
Modified:
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake
===================================================================
---
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake
2020-10-09 14:41:29 UTC (rev 77384)
+++
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake
2020-10-09 14:49:04 UTC (rev 77385)
@@ -39,11 +39,11 @@
file(WRITE "${CMAKE_BINARY_DIR}/CMakeFiles/cp.cmake"
"get_filename_component(DDIR \${DEST} DIRECTORY)\nfile(COPY \${SRC} DESTINATION
\${DDIR})")
function(fcfgcpy outvar extproj root dir ofile tfile)
- message("extproj: ${extproj}")
- message("root: ${root}")
- message("dir: ${dir}")
- message("ofile: ${ofile}")
- message("tfile: ${tfile}")
+ #message("extproj: ${extproj}")
+ #message("root: ${root}")
+ #message("dir: ${dir}")
+ #message("ofile: ${ofile}")
+ #message("tfile: ${tfile}")
if (NOT CMAKE_CONFIGURATION_TYPES)
add_custom_command(
OUTPUT "${CMAKE_BINARY_DIR}/${dir}/${tfile}"
Modified: brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
2020-10-09 14:41:29 UTC (rev 77384)
+++ brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
2020-10-09 14:49:04 UTC (rev 77385)
@@ -51,7 +51,7 @@
set(STEPCODE_LIBS base express exppp stepcore stepeditor stepdai steputils)
foreach(SCLIB ${STEPCODE_LIBS})
ExternalProject_Target(lib${SCLIB} STEPCODE_BLD ${STEPCODE_INSTDIR}
- SHARE ${LIB_DIR}/${SC_PREFIX}${SCLIB}${SC_SUFFIX}
+ SHARED ${LIB_DIR}/${SC_PREFIX}${SCLIB}${SC_SUFFIX}
SYMLINKS
${LIB_DIR}/${SC_PREFIX}${SCLIB}${CMAKE_SHARED_LIBRARY_SUFFIX};${LIB_DIR}/${SC_PREFIX}${SCLIB}${CMAKE_SHARED_LIBRARY_SUFFIX}.2
LINK_TARGET ${SC_PREFIX}${SCLIB}${CMAKE_SHARED_LIBRARY_SUFFIX}
RPATH
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits