Skip to content

Commit afd1d5b

Browse files
committed
Added two missing spaces.
1 parent d817966 commit afd1d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/protonect/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ IF(ENABLE_CXX11)
2424
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
2525
CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X)
2626
IF(COMPILER_SUPPORTS_CXX11)
27-
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
27+
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
2828
ELSEIF(COMPILER_SUPPORTS_CXX0X)
2929
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
3030
ELSE()

0 commit comments

Comments
 (0)