yanyan-li / VENOM-SLAM

This is a simulator software for SLAM. The pose estimation strategy, Venom, receives enhanced powers when structure primities are deteced from environments.
GNU General Public License v3.0
71 stars 7 forks source link

[CMake Error] CMake can not determine linker language for target #9

Closed yanyan-li closed 1 year ago

yanyan-li commented 1 year ago

Problem when you try to cmake the CMakeLists.txt: " -- Configuring done CMake Error: CMake can not determine linker language for target: VenomLib CMake Error: Cannot determine link language for target "VenomLib". " You could try to add the following lines like: " add_library(VenomLib SHARED ${SOURCEFILES}) set_target_properties(VenomLib PROPERTIES LINKER_LANGUAGE CXX) "