Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ set(GTSAM_USE_SYSTEM_EIGEN ON)
fetchcontent_declare(
gtsam
GIT_REPOSITORY https://github.com/borglab/gtsam
GIT_TAG 49c67d38196fcceb98c328d7074b26c6a04a49c9
GIT_TAG d5f304ef50d65b89257dddd471df22a9b10c9e23
)
fetchcontent_makeavailable(gtsam)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (!project.hasProperty('platform')) {
ext.platformPath = getPlatformPath(project.platform)
def outputClassifierStatic = ext.platformPath.replaceFirst('/', '') + 'static'

def pubVersion = "4.3-3"
def pubVersion = "4.3-4"

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

Expand Down
Loading