1 parent 5ad3b4a commit 314333bCopy full SHA for 314333b
1 file changed
CMakeLists.txt
@@ -5,7 +5,7 @@ option (USE_SPHINX "Use sphinx for documentation"
5
option (BUILD_SHARED_LIBS "Build shared libraries" ON)
6
7
# By default, build in Release mode. Must appear before project() command
8
-set( CMAKE_BUILD_TYPE Release CACHE STRING "Build type")
+set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")
9
10
project (ottemplate)
11
0 commit comments