Skip to content

Commit 50c2fa9

Browse files
mcm001spacey-sooty
andauthored
Bump to ingest dtor std::move (#11)
Signed-off-by: Jade Turner <[email protected]> Co-authored-by: Jade Turner <[email protected]>
1 parent ef42760 commit 50c2fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ set(GTSAM_USE_SYSTEM_EIGEN ON)
3838
fetchcontent_declare(
3939
gtsam
4040
GIT_REPOSITORY https://github.com/borglab/gtsam
41-
GIT_TAG 49c67d38196fcceb98c328d7074b26c6a04a49c9
41+
GIT_TAG d5f304ef50d65b89257dddd471df22a9b10c9e23
4242
)
4343
fetchcontent_makeavailable(gtsam)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (!project.hasProperty('platform')) {
6666
ext.platformPath = getPlatformPath(project.platform)
6767
def outputClassifierStatic = ext.platformPath.replaceFirst('/', '') + 'static'
6868

69-
def pubVersion = "4.3-3"
69+
def pubVersion = "4.3-4"
7070

7171
def outputsFolder = file("$project.buildDir/outputs")
7272

0 commit comments

Comments
 (0)