Skip to content

Commit b8f6ce4

Browse files
authored
Fix CMake warning by moving CMAKE_MINIMUM_REQUIRED before project declaration (#357)
1 parent 3b5b000 commit b8f6ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
# Contributed and/or modified by Ioannis Iakovidis
88
# Licensed under GNU LGPL.3, see LICENCE file
99

10+
CMAKE_MINIMUM_REQUIRED(VERSION 3.11)
11+
1012
project( VolEsti )
1113

1214
enable_testing()
1315

14-
CMAKE_MINIMUM_REQUIRED(VERSION 3.11)
15-
1616
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
1717

1818
# Locate Intel MKL root (in case it is enabled)

0 commit comments

Comments
 (0)