summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-10-24 12:02:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-10-24 12:02:21 (GMT)
commit26a0f5d6d428f025f4bfb987d6dc24acb0707aec (patch)
tree644d5489aef5caa11c6845ac80570418246b6d8d
parent490da0bd337f33c51884d7fe3bd5ac042ac0b0c5 (diff)
parent39fbbd6feaec91bcb2d31ee01ec431d0791a2baf (diff)
downloadCMake-26a0f5d6d428f025f4bfb987d6dc24acb0707aec.zip
CMake-26a0f5d6d428f025f4bfb987d6dc24acb0707aec.tar.gz
CMake-26a0f5d6d428f025f4bfb987d6dc24acb0707aec.tar.bz2
Merge topic 'fortran-ext-F'
39fbbd6fea Fortran: Add .F extension to Source Files group Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3940
-rw-r--r--Source/cmSourceFile.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h
index 82a3625..19a0d29 100644
--- a/Source/cmSourceFile.h
+++ b/Source/cmSourceFile.h
@@ -154,9 +154,8 @@ private:
#define CM_HEADER_REGEX "\\.(h|hh|h\\+\\+|hm|hpp|hxx|in|txx|inl)$"
#define CM_SOURCE_REGEX \
- "\\.(C|M|c|c\\+\\+|cc|cpp|cxx|cu|f|f90|for|fpp|ftn|m|mm|rc|def|r|odl|idl|" \
- "hpj" \
- "|bat)$"
+ "\\.(C|F|M|c|c\\+\\+|cc|cpp|cxx|cu|f|f90|for|fpp|ftn|m|mm|" \
+ "rc|def|r|odl|idl|hpj|bat)$"
#define CM_PCH_REGEX "cmake_pch\\.(h|hxx)$"