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

Matlab installation not found even if it is in the path #2

Closed
willyd opened this issue Apr 11, 2011 · 0 comments
Closed

Matlab installation not found even if it is in the path #2

willyd opened this issue Apr 11, 2011 · 0 comments

Comments

@willyd
Copy link

willyd commented Apr 11, 2011

Hi,

The find_program command cannot find matlab on windows because mex and mexext are batch files. Changing

find_program(MEX_CMD mex)
find_program(MEXEXT_CMD mexext)

to

find_program(MEX_CMD mex.bat)
find_program(MEXEXT_CMD mexext.bat)

fixes the problem.

Could you please fix this in the next version?

Thanks

@SSCV SSCV mentioned this issue Jan 1, 2013
StefanBruens pushed a commit to StefanBruens/flann that referenced this issue Sep 11, 2022
Ensure LZ4 is added to the interface link libraries of shared libraries.
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

2 participants