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_DEMOS)
ADD_SUBDIRECTORY(mandelbrot)
ADD_SUBDIRECTORY(opengl)
ENDIF(BUILD_DEMOS)
add_subdirectory(mandelbrot)
add_subdirectory(opengl)