Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37855823
en ru br
ALT Linux repos
S:4.0.0-alt2.2
5.0: 3.0.0-alt2.M50.1

Group :: System/Libraries
RPM: coin3d

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: fix-cmake-3.19.patch
Download


diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4ddc1ecd4..3dc3cb0fe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -370,7 +370,7 @@ else()
   )
 
   if(COIN_BUILD_SHARED_LIBS)
-    install(TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT development NAMELINK_ONLY)
+    install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT development NAMELINK_ONLY)
     if(MSVC)
       install(FILES $<TARGET_PDB_FILE:${PROJECT_NAME}> DESTINATION ${CMAKE_INSTALL_BINDIR} CONFIGURATIONS Debug RelWithDebInfo COMPONENT debug)
     endif()
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin