We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d322574 commit 0928ea3Copy full SHA for 0928ea3
src/CMakeLists.txt
@@ -189,6 +189,11 @@ add_library(${LIBRARY_NAME}
189
)
190
add_library(${LIBRARY_NAME}::${LIBRARY_NAME} ALIAS ${LIBRARY_NAME})
191
192
+if(COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL)
193
+ add_library(hpp-fcl ALIAS ${LIBRARY_NAME})
194
+ add_library(hpp-fcl::hpp-fcl ALIAS ${LIBRARY_NAME})
195
+endif()
196
+
197
if(UNIX)
198
get_relative_rpath(${CMAKE_INSTALL_LIBDIR} ${PROJECT_NAME}_INSTALL_RPATH)
199
set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "${${PROJECT_NAME}_INSTALL_RPATH}")
0 commit comments