Skip to content

Commit

Permalink
Fix cmake_minimum_required due to target_link_options (#2907) (#2916)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
(cherry picked from commit bf8f366)
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Co-authored-by: Ricardo González <ricardo@richiware.dev>
  • Loading branch information
mergify[bot] and richiware authored Aug 12, 2022
1 parent 88aa5b4 commit 0357fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
###############################################################################
# CMake build rules for Fast DDS
###############################################################################
cmake_minimum_required(VERSION 3.5)
cmake_policy(VERSION 3.5...3.13)
cmake_minimum_required(VERSION 3.13)
cmake_policy(VERSION 3.13...3.16)

set(IS_TOP_LEVEL TRUE)
if(PROJECT_SOURCE_DIR)
Expand Down

0 comments on commit 0357fa9

Please sign in to comment.