prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files

This commit is contained in:
Gael Guennebaud
2008-12-02 12:59:10 +00:00
parent eb9dadf3b2
commit 20c11bc52c
6 changed files with 100 additions and 94 deletions

View File

@@ -1,4 +1,3 @@
if(BUILD_TESTS)
find_package(GSL)
if(GSL_FOUND)
@@ -174,4 +173,3 @@ ei_add_test(regression)
ei_add_test(sparse_basic " " "${SPARSE_LIBS}")
ei_add_test(sparse_solvers " " "${SPARSE_LIBS}")
endif(BUILD_TESTS)