From e7643bc79358471de51ce4c058e3cd90bfa8ec63 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sat, 3 Jul 2021 01:43:43 -0700 Subject: [PATCH] :bug: API version should not be a bool --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3889b8d..8cac69b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ endif() if(API_VERSION) set(API_VERSION_VAL ${API_VERSION}) else() -set(API_VERSION_VAL true) +set(API_VERSION_VAL 1) endif() if(MULTI_THREADED)