Skip to content

Commit 0357fa9

Browse files
Fix cmake_minimum_required due to target_link_options (#2907) (#2916)
Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> (cherry picked from commit bf8f366) Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Co-authored-by: Ricardo González <[email protected]>
1 parent 88aa5b4 commit 0357fa9

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(IS_TOP_LEVEL TRUE)
2222
if(PROJECT_SOURCE_DIR)

0 commit comments

Comments
 (0)