mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Disable libxrme install targets on Mac.
This commit is contained in:
parent
6cc12ed964
commit
d357a1cb6e
2
3rdparty/libxrme/CMakeLists.txt
vendored
2
3rdparty/libxrme/CMakeLists.txt
vendored
@ -32,6 +32,7 @@ target_link_libraries(xrme
|
|||||||
|
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
|
||||||
|
|
||||||
|
if(NOT APPLE)
|
||||||
# Install library
|
# Install library
|
||||||
install(TARGETS xrme
|
install(TARGETS xrme
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
@ -49,3 +50,4 @@ install(FILES ${PUBLIC_HEADERS}
|
|||||||
foreach(header ${PUBLIC_HEADERS})
|
foreach(header ${PUBLIC_HEADERS})
|
||||||
configure_file(${header} ${CMAKE_BINARY_DIR}/xrme/${header} COPYONLY)
|
configure_file(${header} ${CMAKE_BINARY_DIR}/xrme/${header} COPYONLY)
|
||||||
endforeach(header)
|
endforeach(header)
|
||||||
|
endif(NOT APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user