mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Reformat code
This commit is contained in:
parent
5ad76c0f18
commit
5e7bb12efb
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
find_package(Catch2 3 QUIET)
|
||||
|
||||
if (NOT Catch2_FOUND)
|
||||
if(NOT Catch2_FOUND)
|
||||
message(STATUS "Catch2 not found, fetching it")
|
||||
include(FetchContent)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue