Skip to content

Commit

Permalink
copy match_pattern from boost log (FISCO-BCOS#4181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust authored Jan 18, 2024
1 parent 2ab21f8 commit 1a059a2
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 4 deletions.
3 changes: 3 additions & 0 deletions bcos-utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ if(TESTS)
add_subdirectory(test)
endif()

if (NOT WIN32)
target_compile_options(bcos-utilities PRIVATE -Wno-error=unused-function) #FIXME: remove this line
endif()
include(GNUInstallDirs)
install(TARGETS bcos-utilities EXPORT fiscobcosTargets ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}")
install(DIRECTORY "bcos-utilities" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/" FILES_MATCHING PATTERN "*.h")
Loading

0 comments on commit 1a059a2

Please sign in to comment.