Set standard variables for package after probing

Standard variables must be set in order for the package to be picked
up with the OpmFind/OpmPackage dance.
This commit is contained in:
Roland Kaufmann
2013-08-16 21:46:20 +02:00
parent cf07c2d8ed
commit 527b20ebf2
2 changed files with 8 additions and 0 deletions

View File

@@ -389,4 +389,6 @@ if(CXX_FEATURES_MISSING)
"Your compiler does not seem to implement the following features:\n"
"${CXX_FEATURES_MISSING}")
endif()
else ()
set (CXX11FEATURES_FOUND TRUE)
endif()