From dd25d47e8a14365e359bbfa493dc8d7e29e96cbd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Sep 2020 22:50:11 +1000 Subject: Cleanup: add missing headers to CMake, formatting --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 2798cec8c58..43f77556ba1 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -1156,7 +1156,7 @@ if(WIN32) set_target_properties(blender PROPERTIES PDB_NAME "blender_private" PDB_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/$") - if (WITH_WINDOWS_PDB AND WITH_WINDOWS_STRIPPED_PDB) + if(WITH_WINDOWS_PDB AND WITH_WINDOWS_STRIPPED_PDB) # This is slightly messy, but single target generators like ninja will not have the # CMAKE_CFG_INTDIR variable and multitarget generators like msbuild will not have # CMAKE_BUILD_TYPE. This can be simplified by target_link_options and the $ -- cgit v1.2.3