Skip to content
Snippets Groups Projects
Commit 34284a09 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[Release][CMake][Bugfix] Fix copy-and-paste error


Thanks for spotting that, Dominic!

(cherry picked from commit c849d756)
Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent 2159a9db
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ function(dune_register_package_flags)
get_property(all_incs GLOBAL PROPERTY ALL_PKG_INCS)
get_property(all_libs GLOBAL PROPERTY ALL_PKG_LIBS)
get_property(all_defs GLOBAL PROPERTY ALL_PKG_DEFS)
get_property(all_defs GLOBAL PROPERTY ALL_PKG_OPTS)
get_property(all_opts GLOBAL PROPERTY ALL_PKG_OPTS)
set_property(GLOBAL PROPERTY ALL_PKG_INCS "${REGISTRY_INCLUDE_DIRS}" "${all_incs}")
set_property(GLOBAL PROPERTY ALL_PKG_LIBS "${REGISTRY_LIBRARIES}" "${all_libs}")
set_property(GLOBAL PROPERTY ALL_PKG_DEFS "${REGISTRY_COMPILE_DEFINITIONS}" "${all_defs}")
......
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