From 4eb5dee93696bf24de7090912800f41c556042ce Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 19 May 2016 23:24:49 +0200 Subject: [PATCH] update googletest.cmake to yaml --- modules/googletest.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/googletest.cmake b/modules/googletest.cmake index 3bdbd40..353acaf 100644 --- a/modules/googletest.cmake +++ b/modules/googletest.cmake @@ -6,9 +6,9 @@ # # GOOGLETEST_ROOT # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# define: '-DGOOGLETEST_ROOT=external/googletest/googletest' +# define: "'-DGOOGLETEST_ROOT=external/googletest/googletest'" set(GOOGLETEST_ROOT external/googletest/googletest CACHE STRING "Google Test source root")