Raptor007
Results
2
comments of
Raptor007
Tigerbrew's CMake 3.6.3 also needs a small fix needed to avoid **Unknown CMake command "target_link_options"** in the shared library example. Line 32 of Samples/SharedLibrary/CMakeLists.txt changed to: `set_target_properties(Library PROPERTIES LINK_FLAGS -Wl,-bE:${CMAKE_CURRENT_SOURCE_DIR}/library.exp)`
This is still an issue for ESR 45.9.0 which I'm using on a couple of old Macs that can't upgrade to 49 or newer. I was able to build an...