Skip to content

Commit

Permalink
Fixes spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
froexilize committed Sep 2, 2019
1 parent 620a3fa commit b5e1d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endif()

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release
CACHE STRING "Set build type to Debug o Release (default Release)" FORCE)
CACHE STRING "Set build type to Debug or Release (default Release)" FORCE)
endif()
string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)

Expand Down

0 comments on commit b5e1d91

Please sign in to comment.