You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
However, when ${CMAKE_BINARY_DIR} is set to /home/amitprakash/CLionProjects/or-tools/cmake-build-manual/glog_project/src/glog and ${gflags_INCLUDE_DIR} is set to /home/amitprakash/CLionProjects/or-tools/cmake-build-manual/gflags_project/src/gflags/include, the build command generated by try_compile is ..
I'm unsure why, but the include dir has changed from an ABSPATH to a RELPATH of the form ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/${gflags_INCLUDE_DIR}
The same happens when glog is installed to /usr/include, but the try_compile succeeds anyways, since /usr/include is part of system include dirs