Skip to content

Commit a3b2dc0

Browse files
committed
[SymForce-External] Bump skymarshal required cmake version to 3.19
Import of #127 Fixes #122 ORIGINAL_AUTHOR = Aaron Miller <[email protected]> GitOrigin-RevId: a99a6e25ac2191b2a795de34f2eefefe7acb0e18
1 parent 77b8678 commit a3b2dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pip install -r requirements.txt
9292

9393
Install CMake if you don't already have a recent version:
9494
```
95-
pip install "cmake>=3.17"
95+
pip install "cmake>=3.19"
9696
```
9797

9898
Build SymForce (requires C++14 or later):

third_party/skymarshal/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.17) # For CMAKE_CURRENT_FUNCTION_LIST_DIR
1+
cmake_minimum_required(VERSION 3.19) # For interface library headers
22
project(skymarshal)
33

44
add_library(skymarshal_core INTERFACE include/lcm/lcm_coretypes.h)

0 commit comments

Comments
 (0)