From 8a7c3c980259c7d7078c8472f68b25289f176595 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 24 Jul 2020 16:40:45 +0200 Subject: [PATCH] fix whitespace --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7f7eefa..b70bb7c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,10 +48,10 @@ if (STATIC_BUILD) else() set(CMAKE_FIND_LIBRARY_SUFFIXES ".a" ".so") set(link_param "-static") - if (BUILD_PYTHON) - find_package(ZLIB) - find_package(EXPAT) - find_package(Threads) + if (BUILD_PYTHON) + find_package(ZLIB) + find_package(EXPAT) + find_package(Threads) endif() endif() endif()