Skip to content
Snippets Groups Projects
Commit 169906d6 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Remove definition of global variables in Config.cmake

parent 78b74d59
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10211 failed
set(@PLUGIN_NAME@_VERSION 0.0.1) set(@PLUGIN_NAME@_VERSION 0.0.1)
@PACKAGE_INIT@ @PACKAGE_INIT@
set_and_check(@PLUGIN_NAME@_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
set(@PLUGIN_NAME@_INCLUDE_DIRS @PLUGIN_NAME@_INCLUDE_DIR)
set_and_check(@PLUGIN_NAME@_LIB_INSTALL_DIR "@PACKAGE_LIB_INSTALL_DIR@")
set(@PLUGIN_NAME@_LIB_INSTALL_DIRS @PLUGIN_NAME@_LIB_INSTALL_DIR)
# forwards the correct parameters given to FIND_DEPENDENCIES # forwards the correct parameters given to FIND_DEPENDENCIES
include(CMakeFindDependencyMacro) include(CMakeFindDependencyMacro)
FIND_DEPENDENCY(Threads REQUIRED) FIND_DEPENDENCY(Threads REQUIRED)
......
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