Skip to content

Commit a601a23

Browse files
author
Kasper Peeters
committed
Set CMP0148 policy to prevent cmake warning.
1 parent bc9af92 commit a601a23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ endif()
1212
if(POLICY CMP0127)
1313
cmake_policy(SET CMP0127 NEW)
1414
endif()
15+
if(POLICY CMP0148)
16+
cmake_policy(SET CMP0148 NEW)
17+
endif()
1518

1619
cmake_minimum_required(VERSION ${CADABRA_CMAKE_VERSION})
1720
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)