Skip to content

Commit

Permalink
feat(cmake): update tianmu cmake file(#749)
Browse files Browse the repository at this point in the history
To support portable tianmu cmake system vars. To set the var values by input values.
  • Loading branch information
RingsC authored and mergify[bot] committed Oct 19, 2022
1 parent 84bf696 commit da23ed2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions storage/tianmu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ SET(TIANMU_PLUGIN_MANDATORY TRUE)
MESSAGE(STATUS "Using cmake version ${CMAKE_VERSION}")
MESSAGE(STATUS "Building Tianmu")

#lihao Here, the dependency libs will be moved to 'third_party' directory.
SET(BOOST_ROOT ${WITH_BOOST})
SET(MARISA_ROOT /usr/local/stonedb-marisa)
SET(ROCKSDB_ROOT /usr/local/stonedb-gcc-rocksdb)
SET(MARISA_ROOT ${WITH_MARISA})
SET(ROCKSDB_ROOT ${WITH_ROCKSDB})

SET(LINK_LIBS boost_system
stdc++fs
Expand Down

0 comments on commit da23ed2

Please sign in to comment.