Skip to content

Conversation

@joshiayush
Copy link
Contributor

While this is not synced with the pkg-config file, it only breaks things

Fix #2174

Signed-off-by: Ayush Joshi [email protected]

while this is not synced with the pkg-config file, it only breaks things

Fix #2174

Signed-off-by: Ayush Joshi <[email protected]>
@stilllman
Copy link

This commit broke the CMake workflow, as described in #3843

@B3ret
Copy link

B3ret commented Jan 17, 2023

This commit broke the CMake workflow, as described in #3843

Also ran into this.
Until this is fixed, a workaround is to cmake-configure with the CMAKE_DEBUG_PREFIX flag, that will be used for all targets:

cmake .... -DCMAKE_DEBUG_POSTFIX="d" ...

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In debug build: gtest.pc.in provides -lgtest flag but libgtestd.a is built.

5 participants