Skip to content

Update: Allow CMAKE_DEBUG_POSTFIX to be overridden#365

Open
narayana-dev wants to merge 1 commit into
gflags:mainfrom
narayana-dev:libdebugpostfix-override
Open

Update: Allow CMAKE_DEBUG_POSTFIX to be overridden#365
narayana-dev wants to merge 1 commit into
gflags:mainfrom
narayana-dev:libdebugpostfix-override

Conversation

@narayana-dev

Copy link
Copy Markdown

Forcing _debug postfix will require applications to update their compile flags based on the release mode.

Forcing _debug postfix will require applications to update their compile flags based on the release mode
@schuhschuh

schuhschuh commented Nov 5, 2025

Copy link
Copy Markdown
Member

Applications should be using the CMake build targets imported by find_package(gflags) instead of actual file paths.

find_package(gflags)
target_link_libraries(app gflags::gflags)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants