mirror of https://github.com/Icinga/icinga2.git
parent
5276763d18
commit
a15740cd41
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue