fix cmake formatting

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 20:52:44 -03:00
parent c81281f8d0
commit 843017de3a

View file

@ -25,7 +25,6 @@ option(TEST "build tests" OFF)
# Use vcpkg regardless of OS
option(USE_VCPKG "Use vcpkg regardless of OS" OFF)
# Default to "Release" build type
# User-provided value for CMAKE_BUILD_TYPE must be checked before the PROJECT() call
if(DEFINED CMAKE_BUILD_TYPE)