From cb93e9c0f06d5c352096065eac99bcbb00edc49a Mon Sep 17 00:00:00 2001 From: Tom Tan <totan@microsoft.com> Date: Wed, 6 Dec 2023 19:53:59 -0800 Subject: [PATCH] Fix format --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdbd29fa3c..c61925e97b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -580,9 +580,8 @@ if(BUILD_TESTING) if(TARGET gtest) set(GTEST_BOTH_LIBRARIES gtest gtest_main) else() - set(GTEST_BOTH_LIBRARIES - ${CMAKE_BINARY_DIR}/lib/libgtest.a - ${CMAKE_BINARY_DIR}/lib/libgtest_main.a) + set(GTEST_BOTH_LIBRARIES ${CMAKE_BINARY_DIR}/lib/libgtest.a + ${CMAKE_BINARY_DIR}/lib/libgtest_main.a) endif() elseif(WIN32) # Make sure we are always bootsrapped with vcpkg on Windows