diff options
author | Thomas Nelson <rider@lindenlab.com> | 2017-11-03 12:16:36 -0700 |
---|---|---|
committer | Thomas Nelson <rider@lindenlab.com> | 2017-11-03 12:16:36 -0700 |
commit | 36c2992b01631150f7259c98df1cb46020757066 (patch) | |
tree | 80b2d24d413dc2001092e002dde7ceec33c0e70d /indra/cmake/DeploySharedLibs.cmake | |
parent | 61e6632a713041e8e4ccebf72874767238bf8a48 (diff) | |
parent | 6d94bb263fe7ab6eac2d578befdee6fdb4779c15 (diff) |
Merged lindenlab/viewer64 into default
Diffstat (limited to 'indra/cmake/DeploySharedLibs.cmake')
-rw-r--r-- | indra/cmake/DeploySharedLibs.cmake | 5 |
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}") |