Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 27, 2025
1 parent 29082f0 commit 47e6bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/install/userver-universal-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (USERVER_CONAN)
find_package(RapidJSON REQUIRED CONFIG)
else()
find_package(fmt REQUIRED)
find_package(cczt REQUIRED)
find_package(cctz REQUIRED)
find_package(CryptoPP REQUIRED)
find_package(libyamlcpp REQUIRED)
find_package(libzstd REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions universal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ _userver_directory_install(COMPONENT universal FILES
"${USERVER_ROOT_DIR}/cmake/modules/Findlibzstd.cmake"
"${USERVER_ROOT_DIR}/cmake/modules/Findcctz.cmake"
"${USERVER_ROOT_DIR}/cmake/modules/Findre2.cmake"
"${USERVER_ROOT_DIR}/cmake/modules/Findfmt.cmake"
"${USERVER_ROOT_DIR}/cmake/modules/FindJemalloc.cmake"
"${USERVER_ROOT_DIR}/cmake/modules/FindUserverGBench.cmake"
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/userver/modules
Expand Down

0 comments on commit 47e6bc2

Please sign in to comment.