Fix typo MinSizeRe -> MinSizeRel

This commit is contained in:
Florent Castelli 2017-01-25 03:50:39 +01:00
parent 08b73b8a77
commit a2e40a11d7
1 changed files with 1 additions and 1 deletions

View File

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