File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ option(BUILD_UNIT_TESTS "build all unit test suits." OFF)
1212option (BUILD_NUMA "build numactl library." OFF )
1313option (DOWNLOAD_DEPENDENCE "download dependence by cmake." ON )
1414set (RUNTIME_ENVIRONMENT "simu" CACHE STRING "runtime: simu, ascend, musa or cuda." )
15+ set (LOGGER_BACKEND "spdlog" CACHE STRING "backend: spdlog or flux." )
1516
1617execute_process (COMMAND git rev-parse HEAD OUTPUT_VARIABLE UCM_COMMIT_ID OUTPUT_STRIP_TRAILING_WHITESPACE)
1718add_compile_definitions (UCM_PROJECT_NAME="${PROJECT_NAME} " )
Original file line number Diff line number Diff line change 1- set (LOGGER_BACKEND "spdlog" CACHE STRING "backend: spdlog or flux." )
2-
31include_directories (.)
42add_subdirectory (infra)
53add_subdirectory (device)
You can’t perform that action at this time.
0 commit comments