diff options
author | Brad King <brad.king@kitware.com> | 2017-12-15 15:42:01 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-12-15 15:42:12 (GMT) |
commit | 6fb568cef6c8eebe1730c51bee7f4f92ce805c39 (patch) | |
tree | 16a512568aa8fcb776894d6b0e6dde479271f0e9 /Modules | |
parent | 44111e5cc04ee689627acf5468d08e05c12b33aa (diff) | |
parent | 7ab9a62572058d6cd8e5bf130d7aa27d5a2e50f2 (diff) | |
download | CMake-6fb568cef6c8eebe1730c51bee7f4f92ce805c39.zip CMake-6fb568cef6c8eebe1730c51bee7f4f92ce805c39.tar.gz CMake-6fb568cef6c8eebe1730c51bee7f4f92ce805c39.tar.bz2 |
Merge topic 'makefile-simplify-fortran'
7ab9a625 Makefiles: Drop 'requires' step and its supporting infrastructure
5f2e2c38 Makefiles: Avoid nested make calls for Fortran module dependencies
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1523
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeFortranInformation.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/CMakeFortranInformation.cmake b/Modules/CMakeFortranInformation.cmake index b315d33..d422578 100644 --- a/Modules/CMakeFortranInformation.cmake +++ b/Modules/CMakeFortranInformation.cmake @@ -67,11 +67,6 @@ if(CMAKE_USER_MAKE_RULES_OVERRIDE_Fortran) set(CMAKE_USER_MAKE_RULES_OVERRIDE_Fortran "${_override}") endif() - -# Fortran needs cmake to do a requires step during its build process to -# catch any modules -set(CMAKE_NEEDS_REQUIRES_STEP_Fortran_FLAG 1) - if(NOT CMAKE_Fortran_COMPILE_OPTIONS_PIC) set(CMAKE_Fortran_COMPILE_OPTIONS_PIC ${CMAKE_C_COMPILE_OPTIONS_PIC}) endif() |