-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subprojects not working with debug build on Linux #4
Comments
I think the issue is that here https://github.com/iTrooz/libromfs-example/blob/main/subProject/CMakeLists.txt#L18 you set the libromfs build folder of the subproject to the same folder as the main project uses. This probably confuses cmake |
I just changed it (iTrooz/libromfs-example@138b5ee) but it doesn't seem to change anything, I get the same output |
Also, I just noticed something :
both Debug and Release builds print this message |
Commit WerWolv/ImHex@e3f2541 fixed it in ImHex. WerWolv quote on why it fixes it :
|
libromfs seems to confuse main project and subproject in a debug build on Linux
PoC : https://github.com/iTrooz/libromfs-example (commit iTrooz/libromfs-example@e8fa12b)
With debug build :
With release build :
Note : this was first found in WerWolv/ImHex#797
The text was updated successfully, but these errors were encountered: