summaryrefslogtreecommitdiffstats
path: root/Modules/CheckIPOSupported/main.f
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2017-04-02 13:41:33 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-04 13:35:39 (GMT)
commit87199ea66b171708736e85989bf9b0af89a805c1 (patch)
tree14705eb749251f45f58fefcdd1dd96a218079907 /Modules/CheckIPOSupported/main.f
parentc92fd25661c08ff991a2482b8a5e42c8490cb3c2 (diff)
downloadCMake-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.f3
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