Skip to content

Commit

Permalink
[cmake][tools/depends/target/crossguid/*] Cleanup code block termination
Browse files Browse the repository at this point in the history
  • Loading branch information
hudokkow committed Jun 1, 2016
1 parent 0bebd74 commit 85ade67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/depends/target/crossguid/FindCXX11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ else()
if(CXX_FLAG_CXX0X)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
set(CXX_STD11_FLAGS "-std=c++0x")
endif(CXX_FLAG_CXX0X)
endif(CXX_FLAG_CXX11)
endif()
endif()

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(CXX11 DEFAULT_MSG CXX_STD11_FLAGS)

0 comments on commit 85ade67

Please sign in to comment.