Skip to content
Snippets Groups Projects
Commit 3e43b0f4 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

On Mac, require at least CMake 2.6.4 for an important bug fix.

2.6.4 fixes a Mac bug in get_target_property(... "SLPlugin" LOCATION): before
that version it returns "pathname/SLPlugin", whereas the correct answer is
"pathname/SLPlugin.app/Contents/MacOS/SLPlugin". With 2.6.2, the Mac build
breaks in a mysterious way. Changing this version requirement should clarify
the solution.
parent ca9594af
No related branches found
No related tags found
No related merge requests found
Loading
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