projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c398461
)
Fix incorrect variable use in BoostTestTargets.cmake
author
Gunnar Beutner
<gunnar@beutner.name>
Tue, 17 Mar 2015 08:05:40 +0000
(09:05 +0100)
committer
Gunnar Beutner
<gunnar@beutner.name>
Tue, 17 Mar 2015 08:06:06 +0000
(09:06 +0100)
fixes #8749
third-party/cmake/BoostTestTargets.cmake
patch
|
blob
|
history
diff --git
a/third-party/cmake/BoostTestTargets.cmake
b/third-party/cmake/BoostTestTargets.cmake
index f79f506542fe868207e122ff6ea23f1623cb6f15..173eb79f222af835e4deb49800916a0af00c5073 100644
(file)
--- a/
third-party/cmake/BoostTestTargets.cmake
+++ b/
third-party/cmake/BoostTestTargets.cmake
@@
-172,7
+172,7
@@
function(add_boost_test _name)
endforeach()
if(NOT _boostTestTargetsNagged${_name} STREQUAL "${includeType}")
- if("
includeType
" STREQUAL "CONFIGURED")
+ if("
${includeType}
" STREQUAL "CONFIGURED")
message(STATUS
"Test '${_name}' uses the CMake-configurable form of the boost test framework - congrats! (Including File: ${includeFileLoc})")
elseif("${includeType}" STREQUAL "INCLUDED")