Skip to content

Commit

Permalink
Merge branch 'jschueller-patch-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Di committed Jul 29, 2019
2 parents e5f05ee + ce033ec commit 8679f3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
cmake_minimum_required (VERSION 3.1.3)

set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the build type")

if (POLICY CMP0025)
cmake_policy (SET CMP0025 NEW)
endif()

project (sz)
enable_testing()

Expand Down

0 comments on commit 8679f3f

Please sign in to comment.