Open GoogleCodeExporter opened 9 years ago
[deleted comment]
This is actually a cmake bug, issue: 0012506
http://www.cmake.org/Bug/print_bug_page.php?bug_id=12506
They have a fix but it has been delayed to a future version.
You can work around it in your project CMakeLists.txt by doing something like
the following:
if (iOS)
install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/\$ENV{CONFIGURATION}\$ENV{EFFECTIVE_PLATFORM_NAME}/ DESTINATION lib COMPONENT mylibname FILES_MATCHING PATTERN "*.a")
endif (iOS)
Original comment by wizzr...@gmail.com
on 12 Nov 2012 at 1:56
I missed the cmake issue: Thank a lot for this really quick reply!
Julien.
Original comment by allali.j...@gmail.com
on 12 Nov 2012 at 4:20
No problem, took me a bit to figure out what was up the first time too.
Thanks for reporting!
Original comment by wizzr...@gmail.com
on 12 Nov 2012 at 4:43
Original issue reported on code.google.com by
allali.j...@gmail.com
on 12 Nov 2012 at 9:44