Commit 482472eb authored by Victor Zverovich's avatar Victor Zverovich

Fix a typo.

parent be17d145
...@@ -12,7 +12,7 @@ function (expect_compile_error code) ...@@ -12,7 +12,7 @@ function (expect_compile_error code)
" compiles) " compiles)
set (does_compile ${compiles}) set (does_compile ${compiles})
# Unset the CMake cache variable compiles. Otherwise the compile test will # Unset the CMake cache variable compiles. Otherwise the compile test will
# just used cached information next time it runs. # just use cached information next time it runs.
unset(compiles CACHE) unset(compiles CACHE)
if (does_compile) if (does_compile)
error("No compile error for: ${code}") error("No compile error for: ${code}")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment