Skip to content

Commit cb3b38c

Browse files
committed
fix if alignment
1 parent 226f7a2 commit cb3b38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ CONFIGURE_FILE( "${PROJECT_SOURCE_DIR}/version.in"
8181
NEWLINE_STYLE UNIX )
8282

8383
macro(UseCompilationWarningAsError)
84-
if ( MSVC )
84+
if ( MSVC )
8585
# Only enabled in debug because some old versions of VS STL generate
8686
# warnings when compiled in release configuration.
8787
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /WX ")

0 commit comments

Comments
 (0)