Skip to content

Commit b7a32ac

Browse files
committed
cmake 3.12 [ci skip]
1 parent f2f0ab5 commit b7a32ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/FindCAF.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Determines if/where Coarray Fortran libraries are installed (for GNU GFortran >= 2008)
22

3-
find_path(CAF_DIR libcoarrays HINTS ENV CAF_DIR)
3+
find_path(CAF_DIR libcoarrays HINTS ENV CAF_ROOT)
44

55
FIND_LIBRARY(CAF_LIBRARY NAMES caf_mpi
66
PATHS /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib

0 commit comments

Comments
 (0)