Skip to content

Conversation

@thyssentishman
Copy link

I had to make this change to get DUNE to compile on OpenBSD. Perhaps you'd like to merge it.

On a related note, I had to run CMake as follows (OpenBSD libraries are installed under /usr/local/lib):

mkdir build && cd build && CXXFLAGS="-L/usr/local/lib" cmake ..

Otherwise, I would get the following error:

ld: error: unable to find library -lcurl

Not sure where I'd patch this in the CMake files.

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.

1 participant