🐛 API version should not be a bool

This commit is contained in:
EntireTwix 2021-07-03 01:43:43 -07:00
parent f3c3c47e73
commit e7643bc793

View file

@ -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)