diff options
author | Brad King <brad.king@kitware.com> | 2023-02-15 13:19:22 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-02-15 13:19:32 (GMT) |
commit | a1140b61dbdf2e0b9a20e283f7d0d33a32d1c7c8 (patch) | |
tree | ff745278ba41e30d1a94aa3eae474a6403a9c579 /Modules | |
parent | 4802ffbead9b0a58a821a7d5233992c171508a8e (diff) | |
parent | 3f1e58c5b988036563ccf3d5efed3161038206d5 (diff) | |
download | CMake-a1140b61dbdf2e0b9a20e283f7d0d33a32d1c7c8.zip CMake-a1140b61dbdf2e0b9a20e283f7d0d33a32d1c7c8.tar.gz CMake-a1140b61dbdf2e0b9a20e283f7d0d33a32d1c7c8.tar.bz2 |
Merge topic 'LLVMFlang-post-preprocessed'
3f1e58c5b9 LLVMFlang: Fix post-preprocess compile for fixed-form Fortran
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Andrzej WarzyĆski <andrzej.warzynski@gmail.com>
Merge-request: !8205
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Compiler/LLVMFlang-Fortran.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/LLVMFlang-Fortran.cmake b/Modules/Compiler/LLVMFlang-Fortran.cmake index 651bf51..9e72b06 100644 --- a/Modules/Compiler/LLVMFlang-Fortran.cmake +++ b/Modules/Compiler/LLVMFlang-Fortran.cmake @@ -13,3 +13,4 @@ set(CMAKE_Fortran_MODDIR_FLAG "-module-dir") set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_ON "-cpp") set(CMAKE_Fortran_COMPILE_OPTIONS_PREPROCESS_OFF "-nocpp") +set(CMAKE_Fortran_POSTPROCESS_FLAG "-ffixed-line-length-72") |