uricamic / clandmark

Open Source Landmarking Library
http://cmp.felk.cvut.cz/~uricamic/clandmark
GNU General Public License v3.0
199 stars 111 forks source link

CMake error #63

Open Tauranis opened 8 years ago

Tauranis commented 8 years ago

I'm trying to build clandmark on Ubuntu 14.04 but I get this error when I try to use ccmake

CMake Error at CMakeLists.txt:68 (export): export Unknown arguments.

Line 68 from CMakeLists.txt contains the following command

export(EXPORT CLandmarkTargets FILE "${CMAKE_CURRENT_BINARY_DIR}/clandmark/CLandmarkTargets.cmake" NAMESPACE CLandmark:: )

I just followed the tutorial for Linux. What it can be done to fix this?

uricamic commented 8 years ago

Hi @Tauranis,

could you, please, be more specific about how this error occurred? Post the screenshots or description of steps you have done till this error was shown, please.

On Linux there are usually no problems with the cmake configuration or with the compilation itself, so I guess it will be probably cmake configuration related...