Skip to content

Commit bf8f366

Browse files
authored
Fix cmake_minimum_required due to target_link_options (#2907)
Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]>
1 parent faf2738 commit bf8f366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
###############################################################################
1616
# CMake build rules for Fast DDS
1717
###############################################################################
18-
cmake_minimum_required(VERSION 3.5)
19-
cmake_policy(VERSION 3.5...3.13)
18+
cmake_minimum_required(VERSION 3.13)
19+
cmake_policy(VERSION 3.13...3.16)
2020

2121
# Set CMAKE_BUILD_TYPE to Release by default.
2222
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

0 commit comments

Comments
 (0)