Skip to content

Commit d0d2318

Browse files
committed
cmake: use cmake 3.14 to get new PIC behaviour
1 parent af65002 commit d0d2318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# SOFTWARE.
2424
#
2525

26-
cmake_minimum_required(VERSION 3.10.2)
26+
cmake_minimum_required(VERSION 3.14)
2727

2828
if(NOT CMAKE_BUILD_TYPE)
2929
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: Debug, Release, or MinSizeRel." FORCE)

0 commit comments

Comments
 (0)