Cleanup: use 2 space indentation for CMake

This commit is contained in:
Campbell Barton
2019-04-17 06:35:54 +02:00
parent 91a9cd0a94
commit 3076d95ba4
121 changed files with 8430 additions and 8430 deletions

View File

@@ -32,6 +32,6 @@ set(WITH_OPENVDB OFF CACHE BOOL "" FORCE)
set(WITH_ALEMBIC OFF CACHE BOOL "" FORCE)
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
# jemalloc causes linking error on import, disable.
set(WITH_MEM_JEMALLOC OFF CACHE BOOL "" FORCE)
# jemalloc causes linking error on import, disable.
set(WITH_MEM_JEMALLOC OFF CACHE BOOL "" FORCE)
endif()