Skip to content

Commit

Permalink
Adding missing include to CXX11 check.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Mar 4, 2016
1 parent ba45397 commit 392e6be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RequireCXX11.cmake
Expand Up @@ -9,6 +9,8 @@ if ( DEFINED HAVE_CXX11 )
return()
endif ()

include(CheckCXXSourceCompiles)

set(required_gcc_version 4.8)
set(required_clang_version 3.3)

Expand Down

0 comments on commit 392e6be

Please sign in to comment.