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

Adds missing DEFINED in check for 64 bit system in CMakeLists.txt #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Jochen0x90h
Copy link

I want to install into lib on a 64 bit system. For this I pass -DLIB_SUFFIX="" to CMake. This didn't work because NOT LIB_SUFFIX evaluates to false if LIB_SUFFIX is defined but empty string.

@spaghetti-
Copy link

Good catch, I added in some checks of my own for MacOS as well as changed the default install location. I combined your commit in #57 I hope you don't mind.

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.

2 participants