Skip to content

Commit

Permalink
Support custom logger source and header file (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
greensky00 authored Oct 9, 2024
1 parent 71f9683 commit 136ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ file(COPY ${PROJECT_SOURCE_DIR}/scripts/runtests.sh
if (LOGGER_PATH)
set(LOGGER_CC_FILE "${LOGGER_PATH}/logger.cc")
set(LOGGER_HEADER_FILE "${LOGGER_PATH}/logger.h")
else ()
elseif (NOT LOGGER_CC_FILE)
set(LOGGER_CC_FILE "${ROOT_SRC}/logger.cc")
set(LOGGER_HEADER_FILE "${ROOT_SRC}/logger.h")
endif ()
Expand Down

0 comments on commit 136ad3d

Please sign in to comment.