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

CMake: multibuild script has a Release and Debug mixup due missing 'NOT' statement in line 17 #1038

Open
hankst69 opened this issue Jan 23, 2025 · 0 comments

Comments

@hankst69
Copy link

hankst69 commented Jan 23, 2025

the multibuild cmake script has a Release Debug mixup due missing 'NOT' statement in line 17

see:

if(CMAKE_BUILD_TYPE MATCHES "^[Rr]el")
set(_build_type "Debug")
else()
set(_build_type "Release")

@hankst69 hankst69 changed the title multibuild cmake script has a Release and Debug mixup due missing 'NOT' statement in line 17 CMake: multibuild script has a Release and Debug mixup due missing 'NOT' statement in line 17 Jan 23, 2025
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

No branches or pull requests

1 participant