diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c086677e2e118361a261f0aca50931630f68e27..8809e117683a52d1825ff124dad9b0991d8655b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,8 +235,8 @@ else() set (PNG_LIBRARY "") endif() -find_package(Eigen 3.2.0 REQUIRED) -find_package(SQLite3 3.7.13 REQUIRED) +find_package(EIGEN 3.2.0 REQUIRED) +find_package(SQLITE3 3.7.13 REQUIRED) if(USE_NUMPY) find_package(Numpy REQUIRED) diff --git a/cmake_support/FindEigen.cmake b/cmake_support/FindEIGEN.cmake similarity index 100% rename from cmake_support/FindEigen.cmake rename to cmake_support/FindEIGEN.cmake diff --git a/cmake_support/FindSQLite3.cmake b/cmake_support/FindSQLITE3.cmake similarity index 100% rename from cmake_support/FindSQLite3.cmake rename to cmake_support/FindSQLITE3.cmake