From 84e6b11d10f33cae2b4de46793594d6e289338ef Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Sat, 5 Jul 2025 11:15:17 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20chore:=20cmakelists=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb4ac915..741dd2af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,10 +88,10 @@ if (DOWNLOAD_DEPENDENCIES) EXCLUDE_FROM_ALL ) block() - set(BUILD_DOCS off) - set(BUILD_SHARED_LIBS off) - FetchContent_MakeAvailable(iniparser) - target_link_libraries(Isle::iniparser INTERFACE iniparser-static) + set(BUILD_DOCS off) + set(BUILD_SHARED_LIBS off) + FetchContent_MakeAvailable(iniparser) + target_link_libraries(Isle::iniparser INTERFACE iniparser-static) endblock() else() # find_package looks for already-installed system packages. @@ -744,4 +744,4 @@ else() set(CPACK_GENERATOR TGZ) endif() -include(CPack) \ No newline at end of file +include(CPack)