Fix typos
This commit is contained in:
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
|
||||
|
||||
set(REFCOUNT_USE_THREADS
|
||||
ON
|
||||
CACHE BOOL "Weather or not RefCount should be thread aware.")
|
||||
CACHE BOOL "Whether or not RefCount should be thread aware.")
|
||||
|
||||
if(REFCOUNT_USE_THREADS)
|
||||
message("Building with thread support, setting CMAKE_C_STANDARD to 11.")
|
||||
|
||||
Reference in New Issue
Block a user