We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You require the INCLUDE_DIRS in
nlopt/cmake/FindOctave.cmake
Line 186 in 5e2d81c
Line 149 in 5e2d81c
Hence the OCTAVE_FOUND can be set even though the headers may not exist leading to bugs, like easybuilders/easybuild-easyconfigs#9801
I suggest to drop the "/octave" adding as it is not required: https://github.com/stevengj/nlopt/blob/master/src/octave/nlopt_optimize-oct.cc#L23
The text was updated successfully, but these errors were encountered:
83095cb
CMake: Set OCTAVE_INCLUDE_DIRS conditionally
a10f7bc
Closes #314
No branches or pull requests
You require the INCLUDE_DIRS in
nlopt/cmake/FindOctave.cmake
Line 186 in 5e2d81c
nlopt/cmake/FindOctave.cmake
Line 149 in 5e2d81c
Hence the OCTAVE_FOUND can be set even though the headers may not exist leading to bugs, like easybuilders/easybuild-easyconfigs#9801
I suggest to drop the "/octave" adding as it is not required: https://github.com/stevengj/nlopt/blob/master/src/octave/nlopt_optimize-oct.cc#L23
The text was updated successfully, but these errors were encountered: