diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-04-02 13:41:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-04 13:35:39 (GMT) |
commit | 87199ea66b171708736e85989bf9b0af89a805c1 (patch) | |
tree | 14705eb749251f45f58fefcdd1dd96a218079907 /Modules/CheckIPOSupported/main.f | |
parent | c92fd25661c08ff991a2482b8a5e42c8490cb3c2 (diff) | |
download | CMake-87199ea66b171708736e85989bf9b0af89a805c1.zip CMake-87199ea66b171708736e85989bf9b0af89a805c1.tar.gz CMake-87199ea66b171708736e85989bf9b0af89a805c1.tar.bz2 |
CheckIPOSupported: Add Fortran support
Diffstat (limited to 'Modules/CheckIPOSupported/main.f')
-rw-r--r-- | Modules/CheckIPOSupported/main.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CheckIPOSupported/main.f b/Modules/CheckIPOSupported/main.f new file mode 100644 index 0000000..9d1de9f --- /dev/null +++ b/Modules/CheckIPOSupported/main.f @@ -0,0 +1,3 @@ + PROGRAM BOO + CALL FOO() + END |