This is not relevant in OS X
This commit is contained in:
parent
80ef685e7e
commit
ce86c90c8b
1 changed files with 2 additions and 2 deletions
|
|
@ -93,6 +93,6 @@ ELSE()
|
||||||
)
|
)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
IF(UNIX)
|
IF(UNIX AND NOT APPLE)
|
||||||
INSTALL(DIRECTORY "${CMAKE_BINARY_DIR}/TelldusCenter/Plugins/declarative" DESTINATION "${PLUGIN_LIB_FULL_PATH}")
|
INSTALL(DIRECTORY "${CMAKE_BINARY_DIR}/TelldusCenter/Plugins/declarative" DESTINATION "${PLUGIN_LIB_FULL_PATH}")
|
||||||
ENDIF(UNIX)
|
ENDIF()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue