install to cross-platform folder:

This commit is contained in:
Ian Bell
2014-08-15 00:20:20 +02:00
parent 7418b03cca
commit 1452d113cb

View File

@@ -410,7 +410,7 @@ if (COOLPROP_PHP_MODULE)
endif()
add_dependencies (CoolProp generate_headers)
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/CoolProp.php DESTINATION ${CMAKE_INSTALL_PREFIX}/PHP)
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/CoolProp.php DESTINATION ${CMAKE_INSTALL_PREFIX}/cross-platform/PHP)
install (TARGETS ${app_name} DESTINATION ${CMAKE_INSTALL_PREFIX}/PHP/${CMAKE_SYSTEM_NAME})
endif()