Skip to content
Snippets Groups Projects
Commit 371d6472 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

silence CMake warnings

parent c938de4b
No related branches found
No related tags found
No related merge requests found
...@@ -235,8 +235,8 @@ else() ...@@ -235,8 +235,8 @@ else()
set (PNG_LIBRARY "") set (PNG_LIBRARY "")
endif() endif()
find_package(Eigen 3.2.0 REQUIRED) find_package(EIGEN 3.2.0 REQUIRED)
find_package(SQLite3 3.7.13 REQUIRED) find_package(SQLITE3 3.7.13 REQUIRED)
if(USE_NUMPY) if(USE_NUMPY)
find_package(Numpy REQUIRED) find_package(Numpy REQUIRED)
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment