Skip to content

Commit 314333b

Browse files
committed
CMake: Cosmetic
1 parent 5ad3b4a commit 314333b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ option (USE_SPHINX "Use sphinx for documentation"
55
option (BUILD_SHARED_LIBS "Build shared libraries" ON)
66

77
# By default, build in Release mode. Must appear before project() command
8-
set( CMAKE_BUILD_TYPE Release CACHE STRING "Build type")
8+
set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")
99

1010
project (ottemplate)
1111

0 commit comments

Comments
 (0)