config
This commit is contained in:
@@ -90,7 +90,12 @@ set(
|
||||
)
|
||||
|
||||
IF (WITH_HORUS)
|
||||
add_subDIRECTORY (horus)
|
||||
include(CheckCXXCompilerFlag)
|
||||
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
|
||||
CHECK_CXX_COMPILER_FLAG("-std=c++0x" COMPILER_SUPPORTS_CXX0X)
|
||||
if(COMPILER_SUPPORTS_CXX11)
|
||||
add_subDIRECTORY (horus)
|
||||
endif()
|
||||
ENDIF()
|
||||
|
||||
install(FILES
|
||||
|
Reference in New Issue
Block a user