From acb609aa9ab5458ba68d6c5060297defd844a7d6 Mon Sep 17 00:00:00 2001 From: Anuj Kalia Date: Mon, 17 Jun 2019 14:54:56 -0400 Subject: [PATCH] tiny space nit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42c140e9..7ee8a828 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,7 +147,7 @@ set(SOURCES src/util/tls_registry.cc) # Boost -find_package(Boost) +find_package(Boost) if(Boost_FOUND) message(STATUS "Boost include directory = ${Boost_INCLUDE_DIRS}") include_directories(system ${Boost_INCLUDE_DIRS})