Skip to content
Snippets Groups Projects
Commit 2f2fc1fd authored by Timo Koch's avatar Timo Koch
Browse files

[fix][cmake][handbook] Replace VERSION_GREATER_EQUAL by NOT .. VERSION_LESS to...

[fix][cmake][handbook] Replace VERSION_GREATER_EQUAL by NOT .. VERSION_LESS to be backward-compatible
parent ed887c6a
No related branches found
No related tags found
1 merge request!1517Fix/make versioncheck compatible with CMake 3.1
if(${DUNE_COMMON_VERSION} VERSION_GREATER_EQUAL "2.7")
if(NOT (${DUNE_COMMON_VERSION} VERSION_LESS "2.7"))
# use latexmk
dune_add_latex_document(
SOURCE 0_dumux-handbook.tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment