Skip to content
Snippets Groups Projects
Commit e801ece2 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Fix project name (dash to underscore)

parent 212cbbaa
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if(COMMAND cmake_policy)
endif(COMMAND cmake_policy)
# The project name and the type of project
PROJECT(lidar-lite)
PROJECT(lidar_lite)
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment