Disable libxrme install targets on Mac.

This commit is contained in:
John Maguire 2011-03-04 11:54:08 +00:00
parent 6cc12ed964
commit d357a1cb6e

View File

@ -32,6 +32,7 @@ target_link_libraries(xrme
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
if(NOT APPLE)
# Install library
install(TARGETS xrme
RUNTIME DESTINATION bin
@ -49,3 +50,4 @@ install(FILES ${PUBLIC_HEADERS}
foreach(header ${PUBLIC_HEADERS})
configure_file(${header} ${CMAKE_BINARY_DIR}/xrme/${header} COPYONLY)
endforeach(header)
endif(NOT APPLE)