Revision: 77801
http://sourceforge.net/p/brlcad/code/77801
Author: starseeker
Date: 2020-11-21 23:09:16 +0000 (Sat, 21 Nov 2020)
Log Message:
-----------
Adjust version for openbsd - need to track down where the versioning is being
set for these, maybe simplify as in earlier branch work.
Modified Paths:
--------------
brlcad/branches/extbuild/src/other/ext/stepcode.cmake
Modified: brlcad/branches/extbuild/src/other/ext/stepcode.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode.cmake 2020-11-21
22:44:43 UTC (rev 77800)
+++ brlcad/branches/extbuild/src/other/ext/stepcode.cmake 2020-11-21
23:09:16 UTC (rev 77801)
@@ -29,6 +29,9 @@
elseif (APPLE)
set(SC_PREFIX "lib")
set(SC_SUFFIX ".${SC_VERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
+ elseif (OPENBSD)
+ set(SC_PREFIX "lib")
+ set(SC_SUFFIX ".${CMAKE_SHARED_LIBRARY_SUFFIX}.0.7")
else (MSVC)
set(SC_PREFIX "lib")
set(SC_SUFFIX "${CMAKE_SHARED_LIBRARY_SUFFIX}.${SC_VERSION}")
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