diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cfa59a0206123883d081f53ea2df7e8022f6af7..5d27753b5f4adba3a193dc0bdb88d1048cd610de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ ENDIF() FIND_PACKAGE(Eigen3 REQUIRED) # either, the environment variable RAVEPATH has to be specified, and RAVE's RaveConfig.cmake will be used to determine everything we need -# or, RAVE_LDFLAGS, RAVE_INCLUDE_DIRS and RAVE_CFLAGS have to be set via the command-line +# or, Rave_LDFLAGS, Rave_INCLUDE_DIRS and Rave_CFLAGS have to be set via the command-line IF(DEFINED ENV{RAVEPATH})