diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2017-11-13 17:40:22 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2017-11-13 17:40:22 +0900 |
commit | e45cfa63d8abba220e1a66ac18c954834127e9c8 (patch) | |
tree | be3be2a040714e714df911feab16741b974bd98a | |
parent | ede09456152100c64ee8b84f80692559be3396c9 (diff) | |
download | cmake-sandbox/dkson95/tizen_4.0_base.tar.gz cmake-sandbox/dkson95/tizen_4.0_base.tar.bz2 cmake-sandbox/dkson95/tizen_4.0_base.zip |
Add debug messagesandbox/dkson95/tizen_4.0_base
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r-- | Modules/FindBoost.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 914a0a5b5..0365b4f2d 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -152,6 +152,7 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) +set(Boost_DEBUG TRUE) #------------------------------------------------------------------------------- # Before we go searching, check whether boost-cmake is available, unless the |