Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7909677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T12:32:37+00:00 2026-06-03T12:32:37+00:00

Is there a variable I can use in cmake to make it act like

  • 0

Is there a variable I can use in cmake to make it act like it was passed the -q option? It would be nice because I have a very modular build that gets messy with cmakes output. I am using it in a c++ project.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T12:32:40+00:00Added an answer on June 3, 2026 at 12:32 pm

    There’s no variable that I know of. However, you can add the following hack to the start of your top-level CMakeLists.txt (before the project call) to control the output somewhat:

    function(message)
      list(GET ARGV 0 MessageType)
      if(MessageType STREQUAL FATAL_ERROR OR
         MessageType STREQUAL SEND_ERROR OR
         MessageType STREQUAL WARNING OR
         MessageType STREQUAL AUTHOR_WARNING)
        list(REMOVE_AT ARGV 0)
        _message(${MessageType} "${ARGV}")
      endif()
    endfunction()
    

    This overrides CMake’s built-in message command and suppresses all STATUS and untyped messages, leaving the more important types to output correctly.

    The output of e.g. a WARNING message will change from

    CMake Warning at CMakeLists.txt:14 (message):
      This is a dummy warning message.
    

    to

    CMake Warning at CMakeLists.txt:8 (_message):
      This is a dummy warning message.
    Call Stack (most recent call first):
      CMakeLists.txt:14 (message)
    

    Note that the actual line where the warning message was generated is listed in the call stack rather than being the first line of the output message.

    Finally, this has no effect on the summary output which indicates success or failure of the configure attempt.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an environmental variable or equivalent for WinZip32.exe I can use to find
I would like to use the Intel compiler icc (or icpc) with a CMake-based
i know there is a variable, function, or stored procedure that you can use
Is there some window variable in javascript that I can use or a way
I have set values in app_controller.php and i can use those variable in 'default.ctp'.
Is there anyway I can use a php variable in the JQuery script? Example:
In python, is there a way I can use instance variables as optional arguments
Is there any way to define a variable that can be used in multiple
1) Is there any built-in which can tell me if a variable's contents contain
I was wondering: is there a way to make Objective-C support a multi-variable switch

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.