Skip to content

Commit

Permalink
Merge pull request #138 from joostdekeijzer/mariadb_config-INSTALL_BI…
Browse files Browse the repository at this point in the history
…NDIR

Shouldn't INSTALL mariadb_config honour INSTALL_BINDIR?
  • Loading branch information
9EOR9 committed Jan 23, 2022
2 parents 49a22c2 + 511e345 commit 11005cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb_config/CMakeLists.txt
Expand Up @@ -59,7 +59,7 @@ ENDIF()
# Installation
#
INSTALL(TARGETS mariadb_config
DESTINATION "bin"
DESTINATION "${INSTALL_BINDIR}"
COMPONENT Development)

INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libmariadb.pc
Expand Down

0 comments on commit 11005cb

Please sign in to comment.