From 76ee0e5133ec521c84e12a44f95d7a6b80a0fcf9 Mon Sep 17 00:00:00 2001
From: Chris Pinkenburg <pinkenburg@bnl.gov>
Date: Tue, 20 Nov 2018 16:19:25 -0500
Subject: [PATCH] clarify comment about command line Rave flags

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0cfa59a0..5d27753b 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})
-- 
GitLab