Skip to content

Commit

Permalink
[feat] Use external fmt in spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
chuandew committed Feb 21, 2025
1 parent e6d8b36 commit 3d24cb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,12 @@ ExternalProject_Add(spdlog
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DSPDLOG_BUILD_SHARED=OFF
-DSPDLOG_BUILD_EXAMPLE_HO=OFF
-DSPDLOG_FMT_EXTERNAL=ON
CMAKE_CACHE_ARGS
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PATH}
-DCMAKE_INSTALL_LIBDIR:PATH=${INSTALL_PATH}/lib
DEPENDS fmt
)

# used by fs
Expand Down

0 comments on commit 3d24cb0

Please sign in to comment.