Skip to content
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

Fesapi won't build if environement variable CMAKE_BUILD_TYPE is set tu Debug #226

Open
XL64 opened this issue Jun 23, 2023 · 2 comments · Fixed by #258
Open

Fesapi won't build if environement variable CMAKE_BUILD_TYPE is set tu Debug #226

XL64 opened this issue Jun 23, 2023 · 2 comments · Fixed by #258

Comments

@XL64
Copy link
Contributor

XL64 commented Jun 23, 2023

It's more a minizip issue but I'll document it here:

If CMAKE_BUILD_TYPE environment variable is set CMake will use it.
If it is set to Debug, minizip will change it's lib name as libminizip_d.a instead of libminizip.a.
Then fesapi won't link because it looks for libminizip.a

@XL64
Copy link
Contributor Author

XL64 commented Jun 23, 2023

@klevzoff
Copy link
Contributor

Also #219

(the workaround is: don't use env variables to set build type)

@untereiner untereiner linked a pull request Jun 21, 2024 that will close this issue
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 a pull request may close this issue.

2 participants