summaryrefslogtreecommitdiff
path: root/dbug
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-06-03 10:57:57 +0200
committerSergei Golubchik <sergii@pisem.net>2014-06-03 10:57:57 +0200
commit77ec219d58fb7819ec7ce7ea5a441716c850b37b (patch)
tree1d559c9974372fcfd996d0634074bc5fc74b178f /dbug
parent57d15d62f15e8b17eddf0a5e6c4beee8e78c07b1 (diff)
downloadmariadb-git-77ec219d58fb7819ec7ce7ea5a441716c850b37b.tar.gz
cmake: mark AIO_LIBRARY, EVENT_LIBRARY, GROFF, NROFF as advanced;
use -ggdb3 if supported
Diffstat (limited to 'dbug')
-rw-r--r--dbug/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbug/CMakeLists.txt b/dbug/CMakeLists.txt
index fddf234a4f1..3d0b0801132 100644
--- a/dbug/CMakeLists.txt
+++ b/dbug/CMakeLists.txt
@@ -30,6 +30,8 @@ TARGET_LINK_LIBRARIES(factorial dbug)
IF(NOT WIN32 AND NOT CMAKE_GENERATOR MATCHES Xcode)
FIND_PROGRAM(GROFF groff)
FIND_PROGRAM(NROFF nroff)
+ MARK_AS_ADVANCED(GROFF)
+ MARK_AS_ADVANCED(NROFF)
SET(OUTPUT_INC output1.r output2.r output3.r output4.r output5.r)
SET(SOURCE_INC factorial.r main.r example1.r example2.r example3.r)
ADD_CUSTOM_COMMAND(OUTPUT ${OUTPUT_INC}