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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user