Skip to content

Commit 0762f36

Browse files
fix compilation macOS: link submodule libs before system deps
1 parent 8b03751 commit 0762f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rootba/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ target_link_libraries(rootba
3131
rootba::magic_enum
3232
rootba::pprint
3333
rootba::Cereal
34-
Eigen3::Eigen
35-
glog::glog
3634
fmt::fmt
3735
absl::flat_hash_map
36+
Eigen3::Eigen
37+
glog::glog
3838
TBB::tbb
3939
)
4040

0 commit comments

Comments
 (0)