Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ec03755f authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

change name of function to check in hqr

parent 19f87a1e
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ if( (NOT PKG_CONFIG_EXECUTABLE) OR (PKG_CONFIG_EXECUTABLE AND NOT HQR_FOUND) OR
# test link
unset(HQR_WORKS CACHE)
include(CheckFunctionExists)
check_function_exists(libhqr_hqr_init HQR_WORKS)
check_function_exists(libhqr_init_hqr HQR_WORKS)
mark_as_advanced(HQR_WORKS)
if(NOT HQR_WORKS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment