mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
CMakeLists.txt: fix set(CACHE) argument order
<type> comes before <docstring> Change-Id: Iad8cfbbab452381969a7b36aaf244b6abc4fc974
This commit is contained in:
parent
71690b524e
commit
22e404ccbd
@ -43,7 +43,7 @@ set(WEBP_DEP_INCLUDE_DIRS)
|
|||||||
|
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
set(CMAKE_BUILD_TYPE "Release"
|
set(CMAKE_BUILD_TYPE "Release"
|
||||||
CACHE "Build type: Release, Debug, MinSizeRel or RelWithDebInfo" STRING
|
CACHE STRING "Build type: Release, Debug, MinSizeRel or RelWithDebInfo"
|
||||||
FORCE)
|
FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user