Skip to content
Snippets Groups Projects
Commit e8d5db70 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed wrong FOUND_VAR (was by default <UPPERCASED_NAME>_FOUND)

parent 1f18ae64
No related branches found
No related tags found
No related merge requests found
......@@ -48,5 +48,5 @@ set(@PROJECT_NAME@_PREFIX "@CMAKE_INSTALL_PREFIX@")
# This is mainly important to check the version.
set(@PROJECT_NAME@_FOUND 0)
include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(@PROJECT_NAME@ REQUIRED_VARS @PROJECT_NAME@_PREFIX VERSION_VAR @PROJECT_NAME@_VERSION )
FIND_PACKAGE_HANDLE_STANDARD_ARGS(@PROJECT_NAME@ REQUIRED_VARS @PROJECT_NAME@_PREFIX VERSION_VAR @PROJECT_NAME@_VERSION FOUND_VAR @PROJECT_NAME@_FOUND )
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