Fix typo MinSizeRe -> MinSizeRel
This commit is contained in:
parent
08b73b8a77
commit
a2e40a11d7
|
@ -338,7 +338,7 @@ find_package(Threads)
|
|||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
|
||||
"Build type (Release/Debug/RelWithDebInfo/MinSizeRe)" FORCE)
|
||||
"Build type (Release/Debug/RelWithDebInfo/MinSizeRel)" FORCE)
|
||||
endif(NOT CMAKE_BUILD_TYPE)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue