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 845027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:22:49+00:00 2026-05-15T06:22:49+00:00

The following code prints nothing CHECK_INCLUDE_FILE_CXX(glog/logging.h GLOG_INCLUDE) IF(GLOG_INCLUDE) MESSAGE(YY) ENDIF(GLOG_INCLUDE) But I have the

  • 0

The following code prints nothing

CHECK_INCLUDE_FILE_CXX(glog/logging.h GLOG_INCLUDE)
IF(GLOG_INCLUDE)
   MESSAGE("YY")
ENDIF(GLOG_INCLUDE)

But I have the following environment variable set:

export CPLUS_INCLUDE_PATH=/usr/local/include

And, “ls /usr/local/include/glog/logging.h” returns the file.

I tried using

include_directories( "/usr/local/include" )

but GLOG_INCLUDE remains undefined after (logging.h remains not found.)

  • 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-05-15T06:22:50+00:00Added an answer on May 15, 2026 at 6:22 am

    Take a look at the CheckIncludeFileCXX.cmake. It should be in a directory in your cmake installation (I have it in /usr/share/cmake-2.8/Modules).

    This file states:

    # The following variables may be set before calling this macro to
    # modify the way the check is run:
    #
    #  CMAKE_REQUIRED_FLAGS = string of compile command line flags
    #  CMAKE_REQUIRED_DEFINITIONS = list of macros to define (-DFOO=bar)
    #  CMAKE_REQUIRED_INCLUDES = list of include directories
    #  
    

    So you can try setting this variable before caling the command, like this:

    set (CMAKE_REQUIRED_INCLUDES "/usr/local/include")
    CHECK_INCLUDE_FILE_CXX(glog/logging.h GLOG_INCLUDE)
    IF(GLOG_INCLUDE)
       MESSAGE("YY")
    ENDIF(GLOG_INCLUDE)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: function convert($contents, $name){ echo($link); //prints nothing $pdf=new HTML2FPDF(); $pdf->AddPage();
The following code, prints out Derived Base Base But I need every Derived object
i have the following code which draws nothing. If i use glBegin(GL_POINTS) it draws
The following code prints out 10 . How can I make it print out
The following code prints (when invoking MyMethod): 0 0 0 1 I would expect
The following code prints null once. class MyClass { private static MyClass myClass =
For example the following code prints { key: 'b' } function myFunc(key, value) {
Why is the following code prints xxY? Shouldn't local variables live in the scope
The following java code prints Hello World on my co-worker's computer: public void testJDBC()
if I compile (under G++) and run the following code it prints Foo::Foo(int). However

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.