From 7994c57a901ddab6df6526e7e450d0ad73a1af96 Mon Sep 17 00:00:00 2001 From: Roman Gershman Date: Sat, 23 Dec 2017 00:43:35 +0200 Subject: Typo fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 52acb36..15e3d9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ endif() # commented: used only for standalone test #add_subdirectory(cctz) #add_subdirectory(googletest) -check_target({${CCTZ_TARGET}) +check_target(${ABSL_CCTZ_TARGET}) ## check targets if(BUILD_TESTING) -- cgit v1.2.3