Skip to content
Snippets Groups Projects
Commit 4468a1ef authored by Antoine Bussy's avatar Antoine Bussy
Browse files

Fix install version.

This will install libcoal.so.3.0.0 and libcoal.so as a symlink,
instead of just libcoal.so
parent ddd3bbc4
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Allow to run test in the build directory on Windows ([#630](https://github.com/coal-library/coal/pull/630))
- Updated nix flake from `hpp-fcl` to `coal` ([#632](https://github.com/coal-library/coal/pull/632)
- Fix hpp-fclConfig.cmake on Windows ([#633](https://github.com/coal-library/coal/pull/633))
- Fix install version ([#651](https://github.com/coal-library/coal/pull/651))
### Added
- Add Pixi support ([#629](https://github.com/coal-library/coal/pull/629))
......
......@@ -199,6 +199,7 @@ if(UNIX)
get_relative_rpath(${CMAKE_INSTALL_LIBDIR} ${PROJECT_NAME}_INSTALL_RPATH)
set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "${${PROJECT_NAME}_INSTALL_RPATH}")
endif()
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})
cxx_flags_by_compiler_frontend(
MSVC "/bigobj"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment