Revision: 77575
http://sourceforge.net/p/brlcad/code/77575
Author: starseeker
Date: 2020-10-23 02:24:25 +0000 (Fri, 23 Oct 2020)
Log Message:
-----------
Pull in regex CMake changes
Modified Paths:
--------------
brlcad/branches/extbuild/src/other/ext/regex/CMakeLists.txt
Modified: brlcad/branches/extbuild/src/other/ext/regex/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/regex/CMakeLists.txt 2020-10-23
02:23:48 UTC (rev 77574)
+++ brlcad/branches/extbuild/src/other/ext/regex/CMakeLists.txt 2020-10-23
02:24:25 UTC (rev 77575)
@@ -94,10 +94,6 @@
if (BUILD_STATIC_LIBS)
add_library(regex-static STATIC ${REGEX_SOURCES})
set_target_properties(regex-static PROPERTIES OUTPUT_NAME "regex_brl")
- if (MSVC)
- # msvc does not append 'lib' - do it here to have consistent name
- set_target_properties(regex-static PROPERTIES PREFIX "lib")
- endif (MSVC)
install(TARGETS regex-static
RUNTIME DESTINATION ${BIN_DIR}
LIBRARY DESTINATION ${LIB_DIR}
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