Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-05 01:45:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-05 01:45:16 +0300
commit7e850ffa733b5b54ba1e873fbf71c78bc95d80ab (patch)
treeb3dcb7be82216b3a4ccb8e7e0f67ebbb7af8ca63 /build_files/cmake/platform
parent94cf74afbb1329a9ff099e2ebd7f43ed8313f9ec (diff)
Cleanup: cmake indentation, white-space
Diffstat (limited to 'build_files/cmake/platform')
-rw-r--r--build_files/cmake/platform/platform_unix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index a2448829206..7ded075e8e3 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -353,7 +353,7 @@ endif()
if(WITH_PUGIXML)
find_package_wrapper(PugiXML)
- if (NOT PUGIXML_FOUND)
+ if(NOT PUGIXML_FOUND)
set(WITH_PUGIXML OFF)
message(STATUS "PugiXML not found, disabling WITH_PUGIXML")
endif()