aboutsummaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-12 10:17:33 +0100
committerThomas White <taw@physics.org>2018-03-12 10:54:16 +0100
commitd77da434658d4b4ed7320e60148cc92361d60a5c (patch)
treefd5d2b438a56111a9fa4d5dc7a93ec3cfa1ff7c2 /CMake
parent0b11e2dd5412554ffc2c6423bcf3fe0cf73fa510 (diff)
Fix a comment
Diffstat (limited to 'CMake')
-rw-r--r--CMake/FindCBF.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/FindCBF.cmake b/CMake/FindCBF.cmake
index 390c9c2e..9bfaa314 100644
--- a/CMake/FindCBF.cmake
+++ b/CMake/FindCBF.cmake
@@ -1,7 +1,7 @@
# - Find CBF
# Find the native CBF includes and library
#
-# CBF_INCLUDES - where to find fftw3.h
+# CBF_INCLUDES - where to find cbf.h
# CBF_LIBRARIES - List of libraries when using CBF.
# CBF_FOUND - True if CBF found.