We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b8678 commit a3b2dc0Copy full SHA for a3b2dc0
README.md
@@ -92,7 +92,7 @@ pip install -r requirements.txt
92
93
Install CMake if you don't already have a recent version:
94
```
95
-pip install "cmake>=3.17"
+pip install "cmake>=3.19"
96
97
98
Build SymForce (requires C++14 or later):
third_party/skymarshal/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.17) # For CMAKE_CURRENT_FUNCTION_LIST_DIR
+cmake_minimum_required(VERSION 3.19) # For interface library headers
2
project(skymarshal)
3
4
add_library(skymarshal_core INTERFACE include/lcm/lcm_coretypes.h)
0 commit comments