diff options
author | Brad King <brad.king@kitware.com> | 2015-07-07 13:53:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-07 13:53:42 (GMT) |
commit | 43fafabd99304effee88d6f3efa148c2d1a50039 (patch) | |
tree | 21990caadce939b7a3d17878b43872803fb3e042 /Tests/Fortran/test_preprocess_module.F90 | |
parent | d8a3208222b5cc717c927f0674152e0319b18fb0 (diff) | |
parent | 0a203db5dc4c654a488777acd785337dd24137e2 (diff) | |
download | CMake-43fafabd99304effee88d6f3efa148c2d1a50039.zip CMake-43fafabd99304effee88d6f3efa148c2d1a50039.tar.gz CMake-43fafabd99304effee88d6f3efa148c2d1a50039.tar.bz2 |
Merge topic 'fortran-module-preprocessor-defs'
0a203db5 Fortran: Fix passing of preprocessor definitions to dependency scanner
Diffstat (limited to 'Tests/Fortran/test_preprocess_module.F90')
-rw-r--r-- | Tests/Fortran/test_preprocess_module.F90 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Fortran/test_preprocess_module.F90 b/Tests/Fortran/test_preprocess_module.F90 new file mode 100644 index 0000000..5849b62 --- /dev/null +++ b/Tests/Fortran/test_preprocess_module.F90 @@ -0,0 +1,5 @@ +#ifdef FOO +MODULE PPAvailable +! no conent +END MODULE +#endif |