mirror of https://gitee.com/bigwinds/arangodb
Improve of the C ++ feature - check.
The result of the check is stored in a sub-directory and not directly in the build folder
This commit is contained in:
parent
626d8ba315
commit
e352997a38
|
@ -76,7 +76,7 @@ endif ()
|
|||
|
||||
function(cxx11_check_feature FEATURE_NAME RESULT_VAR)
|
||||
if (NOT DEFINED ${RESULT_VAR})
|
||||
set(_bindir "${CMAKE_CURRENT_BINARY_DIR}/cxx11_${FEATURE_NAME}")
|
||||
set(_bindir "${CMAKE_CURRENT_BINARY_DIR}/cxx11/${FEATURE_NAME}")
|
||||
|
||||
set(_SRCFILE_BASE ${CMAKE_CURRENT_LIST_DIR}/CheckCXX11Features/cxx11-test-${FEATURE_NAME})
|
||||
set(_LOG_NAME "\"${FEATURE_NAME}\"")
|
||||
|
|
Loading…
Reference in New Issue