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

Typos in CMakeLists.txt #2

Closed
bittnt opened this issue Apr 28, 2015 · 1 comment
Closed

Typos in CMakeLists.txt #2

bittnt opened this issue Apr 28, 2015 · 1 comment

Comments

@bittnt
Copy link

bittnt commented Apr 28, 2015

Hi, @philkr
I think there is a typos in matlab/CMakeLists.txt

add_library( gop_mex SHARED gop_mex.cpp )
target_link_libraries( gop_mex util imgproc learning contour segmentation proposals gomp )

should be

add_library( lpo_mex SHARED lpo_mex )
target_link_libraries( lpo_mex util imgproc learning contour segmentation proposals gomp )

As you do not have gop_mex.cpp in this project, Do you?

@philkr
Copy link
Owner

philkr commented Apr 28, 2015

As mentioned in #1 I didn't update the matlab wrapper yet. I'll do that as soon as I have time. Also feel free to PR one if you want.

@bittnt bittnt closed this as completed Apr 28, 2015
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