Skip to content

Commit

Permalink
Increase cmake minimum required (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González <[email protected]>

Signed-off-by: Ricardo González <[email protected]>
  • Loading branch information
richiware authored Dec 9, 2022
1 parent d6069f3 commit 3cc2357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
###############################################################################
# CMake build rules for FastCDR #
###############################################################################
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.15)

set(IS_TOP_LEVEL TRUE)
if(PROJECT_SOURCE_DIR)
Expand Down

0 comments on commit 3cc2357

Please sign in to comment.