Skip to content

Commit 61737d8

Browse files
author
Dale Wilson
committed
Eliminate lots of cmake warning messages.
1 parent 08e3a18 commit 61737d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
cmake_minimum_required(VERSION 2.8.11)
66
project (mFAST CXX)
77

8+
if(POLICY CMP0054)
9+
cmake_policy(SET CMP0054 OLD)
10+
endif()
11+
812
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
913

1014
set(MFAST_MAJOR_VERSION 1)

0 commit comments

Comments
 (0)