From 18c77ddc2c0a2d1a493697682c3bc26540a4496b Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 19 Jul 2023 09:16:08 -0700 Subject: [PATCH] Fix cmake formatting issue --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 252c2f849d..5ed58d3b99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ if (MSVC) add_compile_options( /guard:cf # required by CheckCFlags /Z7 # required by CheckCFlags - /J # Similar to -funsigned-char on other platforms + /J # Similar to -funsigned-char on other platforms /wd4068) # Disable unknown pragma warnings add_link_options(/debug:full # required by CheckCFlags