From ab451790fd95f052f48c1bab6e15273911f62d02 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 28 Jul 2015 21:01:56 -0700 Subject: [PATCH] Feature detection requires the package name to match what it searches for --- CMakeLists.txt | 4 ++-- cmake/{FindMaxSDK.cmake => Find3dsm.cmake} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename cmake/{FindMaxSDK.cmake => Find3dsm.cmake} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index b75102fa..f12e174d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,8 +222,8 @@ option(PLASMA_BUILD_TOOLS "Do we want to build the Plasma tools?" ON) option(PLASMA_BUILD_TESTS "Do we want to build the unit tests?" OFF) if(WIN32) - find_package(MaxSDK) - set_package_properties(MaxSDK PROPERTIES + find_package(3dsm) + set_package_properties(3dsm PROPERTIES URL "http://www.autodesk.com/" DESCRIPTION "SDK for integrating with the 3DS Max modelling software" TYPE OPTIONAL diff --git a/cmake/FindMaxSDK.cmake b/cmake/Find3dsm.cmake similarity index 100% rename from cmake/FindMaxSDK.cmake rename to cmake/Find3dsm.cmake