Skip to content

Instantly share code, notes, and snippets.

@heinrich5991
Created March 19, 2018 23:24
Show Gist options
  • Save heinrich5991/005382b95c6e3e65a91022bb2ec74d9a to your computer and use it in GitHub Desktop.
Save heinrich5991/005382b95c6e3e65a91022bb2ec74d9a to your computer and use it in GitHub Desktop.
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