Skip to content
Snippets Groups Projects
Commit c231dc75 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the project name to avoid problems in the ubuntu package creation.

parent e0c6aee8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ if(COMMAND cmake_policy) ...@@ -8,7 +8,7 @@ if(COMMAND cmake_policy)
endif(COMMAND cmake_policy) endif(COMMAND cmake_policy)
# The project name and the type of project # The project name and the type of project
PROJECT(asterx1_gps) PROJECT(asterx1-gps)
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/bin) SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib) 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