Commit Graph
6 Commits
Author SHA1 Message Date
Simon Maertens fc4d4ff59b Propagate Fortran flags as well as linker flags to the time check subproject. Enable verbose output (will only show in the log files). Bit of formatting. 2022-08-05 10:49:21 +02:00
Ben Boeckel dd0b532f60 cmake: forward the macOS deployment target to the TIME function test
When using newer Xcode releases, older `gfortran` may be given a
deployment target that is not understood if the host is on a new enough
version. Forward the deployment target from the main project to the
testing project to check with similar settings as the main project.
2021-12-10 21:45:12 -05:00
Hans Johnson 5333ddd9dc Remove CMake-language block-end command arguments
Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the
block.  This is no longer the preferred style.

NOTE: MUST USE GNU compliant version of sed
Run the following shell code:

for c in else endif endforeach endfunction endmacro endwhile; do
    echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
done >convert.sed \
&& git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \
   | xargs -0 gsed -i -f convert.sed \
&& rm convert.sed
2016-07-10 14:38:48 -05:00
julie 641e64e1e6 Move CMake files to a subdirectory
- Brad King (Kitware)
2011-02-07 14:54:28 +00:00
julie 310741c073 Revert "Move CMake files to a subdirectory"
This reverts commit bc425c443232cf9737afcce38753f79963d31e0a.
2011-02-07 14:54:09 +00:00
julie efbb122baf Move CMake files to a subdirectory 2011-02-07 14:37:01 +00:00