From 89689d8f3f13735d7da3b0f03804f57dd81f6b16 Mon Sep 17 00:00:00 2001 From: Kfir Itzhak Date: Fri, 22 Nov 2013 20:23:58 +0200 Subject: [PATCH] Correctly fix mootools symlinks being installed twice in cmake this time --- web/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/CMakeLists.txt b/web/CMakeLists.txt index a3479f595..dfd37c48a 100644 --- a/web/CMakeLists.txt +++ b/web/CMakeLists.txt @@ -11,8 +11,3 @@ install(DIRECTORY ajax css graphics includes js lang skins tools views DESTINATI install(FILES index.php README.md DESTINATION "${ZM_WEBDIR}") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/includes/config.php" DESTINATION "${ZM_WEBDIR}/includes") -# Install the mootools symlinks (if its not in the source directory) -if(NOT (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)) - install(FILES "${CMAKE_CURRENT_BINARY_DIR}/tools/mootools/mootools-core.js" DESTINATION "${ZM_WEBDIR}/tools/mootools") - install(FILES "${CMAKE_CURRENT_BINARY_DIR}/tools/mootools/mootools-more.js" DESTINATION "${ZM_WEBDIR}/tools/mootools") -endif(NOT (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR))