File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
37
37
with :
38
38
java-version : 17
39
39
distribution : ' temurin'
40
- - name : Install Ninja
40
+ - name : Install Dependencies
41
41
run : |
42
42
sudo apt-get update -q
43
- sudo apt-get install -y ninja-build build-essential
43
+ sudo apt-get install -y ninja-build build-essential libtbb-dev
44
44
- name : Install sccache
45
45
uses :
mozilla-actions/[email protected]
46
46
- name : Build with Gradle
Original file line number Diff line number Diff line change @@ -19,14 +19,13 @@ fetchcontent_declare(
19
19
GIT_TAG 0fb2ed140d4fc0108553ecfb25f2d7fc1a9319a1
20
20
SYSTEM # Ignore warnings
21
21
# Make gtsam pick up this Eigen as our system Eigen
22
- OVERRIDE_FIND_PACKAGE
22
+ OVERRIDE_FIND_PACKAGE
23
23
)
24
24
25
25
# And build GTSAM
26
26
set (GTSAM_COMPILE_OPTIONS_PRIVATE_DEBUG CACHE INTERNAL FORCE)
27
27
set (GTSAM_COMPILE_OPTIONS_PRIVATE_RELWITHDEBINFO CACHE INTERNAL FORCE)
28
28
set (GTSAM_ENABLE_BOOST_SERIALIZATION OFF )
29
- set (GTSAM_WITH_TBB OFF )
30
29
set (GTSAM_USE_BOOST_FEATURES OFF )
31
30
set (GTSAM_BUILD_PYTHON OFF )
32
31
set (GTSAM_BUILD_EXAMPLES_ALWAYS OFF )
You can’t perform that action at this time.
0 commit comments