├── CorrectWindowsPaths.cmake ├── FindFFTW.cmake ├── FindGSL.cmake ├── FindGit.cmake ├── FindITAPS.cmake ├── FindNetCDF.cmake ├── FindPETSc.cmake ├── FindPackageMultipass.cmake ├── LICENSE ├── README.md └── ResolveCompilerPaths.cmake /CorrectWindowsPaths.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/CorrectWindowsPaths.cmake -------------------------------------------------------------------------------- /FindFFTW.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/FindFFTW.cmake -------------------------------------------------------------------------------- /FindGSL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/FindGSL.cmake -------------------------------------------------------------------------------- /FindGit.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/FindGit.cmake -------------------------------------------------------------------------------- /FindITAPS.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/FindITAPS.cmake -------------------------------------------------------------------------------- /FindNetCDF.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/FindNetCDF.cmake -------------------------------------------------------------------------------- /FindPETSc.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/FindPETSc.cmake -------------------------------------------------------------------------------- /FindPackageMultipass.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/FindPackageMultipass.cmake -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/README.md -------------------------------------------------------------------------------- /ResolveCompilerPaths.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jedbrown/cmake-modules/HEAD/ResolveCompilerPaths.cmake --------------------------------------------------------------------------------