We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef42760 commit 50c2fa9Copy full SHA for 50c2fa9
CMakeLists.txt
@@ -38,6 +38,6 @@ set(GTSAM_USE_SYSTEM_EIGEN ON)
38
fetchcontent_declare(
39
gtsam
40
GIT_REPOSITORY https://github.com/borglab/gtsam
41
- GIT_TAG 49c67d38196fcceb98c328d7074b26c6a04a49c9
+ GIT_TAG d5f304ef50d65b89257dddd471df22a9b10c9e23
42
)
43
fetchcontent_makeavailable(gtsam)
build.gradle
@@ -66,7 +66,7 @@ if (!project.hasProperty('platform')) {
66
ext.platformPath = getPlatformPath(project.platform)
67
def outputClassifierStatic = ext.platformPath.replaceFirst('/', '') + 'static'
68
69
-def pubVersion = "4.3-3"
+def pubVersion = "4.3-4"
70
71
def outputsFolder = file("$project.buildDir/outputs")
72
0 commit comments