summaryrefslogtreecommitdiff
path: root/indra/cmake/DeploySharedLibs.cmake
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-10-24 11:22:49 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-10-24 11:22:49 -0400
commit96ac49c3e2c6f5253938d4fbcae722543f00aecb (patch)
tree7caf590933840d0685b1442181f36989cfbd70b0 /indra/cmake/DeploySharedLibs.cmake
parent9c5becd67d7e6fe5f696dcae8690dd562b7b0449 (diff)
parent7d63a3fa5f4aa0b7529a1404fb43e9480e9f0cdf (diff)
MAINT-7081: Merge from lindenlab/viewer64.
Diffstat (limited to 'indra/cmake/DeploySharedLibs.cmake')
-rw-r--r--indra/cmake/DeploySharedLibs.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/cmake/DeploySharedLibs.cmake b/indra/cmake/DeploySharedLibs.cmake
index e57fd5eee3..9d6cf0cb35 100644
--- a/indra/cmake/DeploySharedLibs.cmake
+++ b/indra/cmake/DeploySharedLibs.cmake
@@ -7,10 +7,7 @@
# SEARCH_DIRS= The full paths to dirs to search for dependencies.
# DST_PATH= The full path where the dependecies will be copied.
-# *FIX:Mani - I pulled in the CMake 2.8 GetPrerequisites.cmake script here, because it works on windows where 2.6 did not.
-# Once we have officially upgraded to 2.8 we can just use that version of GetPrerequisites.cmake.
-get_filename_component(current_dir ${CMAKE_CURRENT_LIST_FILE} PATH)
-include(${current_dir}/GetPrerequisites_2_8.cmake)
+include(GetPrerequisites)
message(STATUS "Getting recursive dependencies for file: ${BIN_NAME}")