Skip to content

Commit

Permalink
More consistent names
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 9, 2025
1 parent 8b304a2 commit 09638db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions cmake/modules/Findcctz.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ _userver_module_begin(

_userver_module_find_include(
NAMES cctz/civil_time.h
PATHS
/usr/lib/x86_64-linux-gnu
/opt/homebrew/opt/cctz/lib
)

_userver_module_find_library(
NAMES cctz
PATHS
/usr/lib/x86_64-linux-gnu
/opt/homebrew/opt/cctz/lib
)

_userver_module_end()
5 changes: 2 additions & 3 deletions cmake/modules/Findlibmariadb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ _userver_module_begin(
)

_userver_module_find_include(
NAMES mysql/mysql.h mariadb/mysql.h
PATH_SUFFIXES lib
NAMES mysql.h
PATH_SUFFIXES mariadb mysql
)

_userver_module_find_library(
NAMES mariadb
PATH_SUFFIXES lib
)

_userver_module_end()
Expand Down

0 comments on commit 09638db

Please sign in to comment.