diff --git a/CMakeLists.txt b/CMakeLists.txt index 63e540f..15976fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ include(${CMAKE_SCRIPT_PATH}/PreProjectConfig.cmake) pre_project_config() # Project Name -project(fsfw_example ASM C CXX) +project(fsfw-example ASM C CXX) ################################################################################