Skip to content

Commit 332f394

Browse files
committed
Update cmake_minimum_required version to fix warning
This fixes the following warning: Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
1 parent 559cc1e commit 332f394

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
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.5.2)
22
project(pico_flexx_driver)
33

44
set(additional_cxx_flags "-DBT_USE_DOUBLE_PRECISION")

0 commit comments

Comments
 (0)