Skip to content
Snippets Groups Projects
Commit 85c3847f authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon Committed by GitHub
Browse files

Merge pull request #53 from chuckatkins/fix-missing-dataman-include

Fix FindDataMan.cmake missing include.
parents 5c98d86e 2f4516ba
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ if(NOT DataMan_FOUND)
find_library(DataMan_LIBRARY dataman ${_DataMan_LIBRARY_HINT})
unset(_DataMan_LIBRARY_HINT)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(DataMan
FOUND_VAR DataMan_FOUND
REQUIRED_VARS
......
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