Commits


Kyle Edwards authored and Dominic Hamon committed f4f5dba46bd
Cache RUN_${FEATURE} variable in CXXFeatureCheck.cmake (#886) When cross-compiling, this variable was not set on the second run of CMake, resulting in the next check failing even though it shouldn't be run in the first place. Fix this by caching the variable.