mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🐛 API version should not be a bool
This commit is contained in:
parent
f3c3c47e73
commit
e7643bc793
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ endif()
|
||||||
if(API_VERSION)
|
if(API_VERSION)
|
||||||
set(API_VERSION_VAL ${API_VERSION})
|
set(API_VERSION_VAL ${API_VERSION})
|
||||||
else()
|
else()
|
||||||
set(API_VERSION_VAL true)
|
set(API_VERSION_VAL 1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MULTI_THREADED)
|
if(MULTI_THREADED)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue