Files
ortools-clone/patches
Corentin Le Molgat 5587f01a23 dependencies: Fix MACOSX_RPATH usage (#4674)
1. This is a boolean property which must be set to TRUE or FALSE
   If TRUE, the default, cmake will use @rpath as directory portion (aka prefix) of the  install_name (otool LC_ID_DYLIB)
   note: CMP0042 set it to TRUE by default
2. To change this prefix you must use INSTALL_NAME_DIR
3. To change the INSTALL_RPATH (otool LC_RPATH) (e.g. to set it to @loader_path) you must use the INSTALL_RPATH property.

ref:
https://cmake.org/cmake/help/latest/variable/CMAKE_MACOSX_RPATH.html
https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_RPATH.html
https://cmake.org/cmake/help/latest/prop_tgt/INSTALL_RPATH.html
https://cmake.org/cmake/help/latest/policy/CMP0042.html
2025-06-11 17:57:43 +02:00
..
2025-03-13 15:56:35 +01:00
2025-06-11 09:37:23 +02:00
2025-04-30 15:15:39 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2024-10-14 16:47:46 +02:00
2025-05-22 14:42:48 +02:00
2024-10-14 16:47:46 +02:00
2024-10-01 12:48:20 +02:00
2025-05-22 14:42:48 +02:00