Skip to content
Snippets Groups Projects
Commit a05214da authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-2081: Remove ancient snapshot of CMake GetPrerequisites.

Mani captured that snapshot back when CMake version 2.8 was newer than what
was running on our build systems. Now we have to assume that the bundled
GetPrerequisites.cmake is better than our old snapshot. Use the bunded one.
parent 1a22b770
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,6 @@ set(cmake_SOURCE_FILES ...@@ -44,7 +44,6 @@ set(cmake_SOURCE_FILES
GLH.cmake GLH.cmake
GLOD.cmake GLOD.cmake
## GStreamer010Plugin.cmake ## GStreamer010Plugin.cmake
GetPrerequisites_2_8.cmake
GoogleBreakpad.cmake GoogleBreakpad.cmake
GoogleMock.cmake GoogleMock.cmake
Havok.cmake Havok.cmake
......
...@@ -7,10 +7,7 @@ ...@@ -7,10 +7,7 @@
# SEARCH_DIRS= The full paths to dirs to search for dependencies. # SEARCH_DIRS= The full paths to dirs to search for dependencies.
# DST_PATH= The full path where the dependecies will be copied. # 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. include(GetPrerequisites)
# 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)
message(STATUS "Getting recursive dependencies for file: ${BIN_NAME}") message(STATUS "Getting recursive dependencies for file: ${BIN_NAME}")
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment