From 482472ebc57390d50738389c4bd048960188b468 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 7 Jan 2014 11:34:32 -0800 Subject: [PATCH] Fix a typo. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8d9ef092..7d3c0945 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -12,7 +12,7 @@ function (expect_compile_error code) " compiles) set (does_compile ${compiles}) # 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) if (does_compile) error("No compile error for: ${code}")