-
-
Save heinrich5991/005382b95c6e3e65a91022bb2ec74d9a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cmake/FindMySQL.cmake b/cmake/FindMySQL.cmake | |
index 9fce30338..b8951870c 100644 | |
--- a/cmake/FindMySQL.cmake | |
+++ b/cmake/FindMySQL.cmake | |
@@ -33,6 +33,7 @@ if(NOT CMAKE_CROSSCOMPILING) | |
string(REGEX REPLACE "[ ]*-L([^ ]*)" "\\1" LIB "${LIB}") | |
list(APPEND MYSQL_CONFIG_LIBRARY_PATH "${LIB}") | |
endforeach() | |
+ message(STATUS "${MYSQL_CONFIG_LIBRARY_PATH}") | |
endif() | |
endif() | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment