1
0
Fork 0

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:
servusoft 2016-08-05 23:06:03 +02:00 committed by GitHub
parent 626d8ba315
commit e352997a38
1 changed files with 1 additions and 1 deletions

View File

@ -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}\"")