Skip to content
Snippets Groups Projects
Verified Commit 8046db82 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

FindAlberta.cmake: remove non-matching argument from `endif(...)`

This silences a CMake warning about the argument not matching the one
in the `if(...)` condition two lines before.
parent 1950be27
No related branches found
No related tags found
1 merge request!346FindAlberta.cmake: remove non-matching argument from `endif(...)`
......@@ -133,7 +133,7 @@ cmake_pop_check_state()
list(LENGTH ALBERTA_WORLD_DIMS _length)
if(_length GREATER 0)
_dune_set_alberta(TRUE)
endif(length GREATER 0)
endif()
if(ALBERTA_VERSION STREQUAL "3.0")
set(DUNE_ALBERTA_VERSION 0x300)
......
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