Fix incorrect variable use in BoostTestTargets.cmake

fixes #8749
This commit is contained in:
Gunnar Beutner 2015-03-17 09:05:40 +01:00
parent 5276763d18
commit a15740cd41
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ function(add_boost_test _name)
endforeach() endforeach()
if(NOT _boostTestTargetsNagged${_name} STREQUAL "${includeType}") if(NOT _boostTestTargetsNagged${_name} STREQUAL "${includeType}")
if("includeType" STREQUAL "CONFIGURED") if("${includeType}" STREQUAL "CONFIGURED")
message(STATUS message(STATUS
"Test '${_name}' uses the CMake-configurable form of the boost test framework - congrats! (Including File: ${includeFileLoc})") "Test '${_name}' uses the CMake-configurable form of the boost test framework - congrats! (Including File: ${includeFileLoc})")
elseif("${includeType}" STREQUAL "INCLUDED") elseif("${includeType}" STREQUAL "INCLUDED")