I've installed CLandmark to my system (OS X 10.11.1; make install), but when I try to use the library with my CMake file, it fails because find_package(clandmark REQUIRED) doesn't set CLANDMARK_INCLUDE_DIRS or CLANDMARK_LIBRARIES (I based my CMake on the example from http://cmp.felk.cvut.cz/~uricamic/clandmark/#snippets_cmake_example, so I expect that won't work either).
I've installed CLandmark to my system (OS X 10.11.1; make install), but when I try to use the library with my CMake file, it fails because find_package(clandmark REQUIRED) doesn't set CLANDMARK_INCLUDE_DIRS or CLANDMARK_LIBRARIES (I based my CMake on the example from http://cmp.felk.cvut.cz/~uricamic/clandmark/#snippets_cmake_example, so I expect that won't work either).