diff --git a/Modules/Platform/SunOS-GNU-C.cmake b/Modules/Platform/SunOS-GNU-C.cmake index c6b1888361..6a96c00eea 100644 --- a/Modules/Platform/SunOS-GNU-C.cmake +++ b/Modules/Platform/SunOS-GNU-C.cmake @@ -1,2 +1,2 @@ include(Platform/SunOS-GNU) -__sunos_compiler_gnu(Fortran) +__sunos_compiler_gnu(C) diff --git a/Modules/Platform/SunOS-GNU-Fortran.cmake b/Modules/Platform/SunOS-GNU-Fortran.cmake new file mode 100644 index 0000000000..c6b1888361 --- /dev/null +++ b/Modules/Platform/SunOS-GNU-Fortran.cmake @@ -0,0 +1,2 @@ +include(Platform/SunOS-GNU) +__sunos_compiler_gnu(Fortran)