From dfe2ca26f714769158093a3a9f2ee1897194fe2a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Jun 2019 07:24:55 +1000 Subject: Cleanup: style, indentation --- build_files/cmake/macros.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_files/cmake/macros.cmake') diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake index 4095b7bc815..e6ae3b5efdb 100644 --- a/build_files/cmake/macros.cmake +++ b/build_files/cmake/macros.cmake @@ -251,7 +251,7 @@ function(blender_add_lib__impl add_library(${name} ${sources}) - if (NOT "${library_deps}" STREQUAL "") + if(NOT "${library_deps}" STREQUAL "") target_link_libraries(${name} INTERFACE "${library_deps}") endif() @@ -1240,7 +1240,7 @@ macro(WINDOWS_SIGN_TARGET target) endmacro() macro(blender_precompile_headers target cpp header) - if (MSVC) + if(MSVC) # get the name for the pch output file get_filename_component( pchbase ${cpp} NAME_WE ) set( pchfinal "${CMAKE_CURRENT_BINARY_DIR}/${pchbase}.pch" ) -- cgit v1.2.3