Skip to content

Commit

Permalink
🚧 fixup changed introduced in a70e641
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 11, 2024
1 parent 9d420d2 commit a7738cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gucc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ project(gucc
LANGUAGES CXX)


set(GUCC_LOGGER_FILES "")
set(GUCC_LOGGER_FILES)
if(NOT COS_BUILD_STATIC)
set(GUCC_LOGGER_FILES "src/logger.cpp include/gucc/logger.hpp")
set(GUCC_LOGGER_FILES src/logger.cpp include/gucc/logger.hpp)
endif()

add_library(${PROJECT_NAME} #SHARED
Expand Down

0 comments on commit a7738cb

Please sign in to comment.