diff options
author | Tony Barbour <tony@LunarG.com> | 2016-12-07 16:13:35 -0700 |
---|---|---|
committer | Tony Barbour <tony@LunarG.com> | 2016-12-09 11:48:58 -0700 |
commit | 23428842008bdb4a08ff807009aecee24e60c412 (patch) | |
tree | 120a11f78b02326f67fba4d28d54598bdff92058 /loader | |
parent | 0394191ea288611bb919194d46fde101947df54a (diff) |
Cmake: Move all find_packages to base CMakeLists.txt
Change-Id: Id27307788c7c230e75d620f1bf5470b1450289f2
Diffstat (limited to 'loader')
-rw-r--r-- | loader/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt index 63ee89a0..095098aa 100644 --- a/loader/CMakeLists.txt +++ b/loader/CMakeLists.txt @@ -22,7 +22,6 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux") if (BUILD_WSI_MIR_SUPPORT) add_definitions(-DVK_USE_PLATFORM_MIR_KHR) - find_package(Mir REQUIRED) include_directories(${MIR_INCLUDE_DIR}) endif() else() |