mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
5276763d18
commit
a15740cd41
2
third-party/cmake/BoostTestTargets.cmake
vendored
2
third-party/cmake/BoostTestTargets.cmake
vendored
@ -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…
x
Reference in New Issue
Block a user