smaller tweaks in CMakelists files

This commit is contained in:
Robin Müller 2021-07-30 14:21:37 +02:00
parent 0b207b2b1a
commit 490ab440e5
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 0 additions and 13 deletions

View File

@ -1 +0,0 @@
add_subdirectory(src)

View File

@ -1,8 +1,5 @@
################################################################################
# CMake support for the Flight Software Framework Tests
#
# Developed in an effort to replace Make with a modern build system.
#
# Author: R. Mueller
################################################################################
@ -39,10 +36,6 @@ option(CUSTOM_UNITTEST_RUNNER
"Specify whether custom main or Catch2 main is used" TRUE
)
# Perform steps like loading toolchain files where applicable.
#include(${CMAKE_SCRIPT_PATH}/PreProjectConfig.cmake)
#pre_project_config()
# Project Name
project(fsfw-tests C CXX)
@ -266,8 +259,3 @@ add_custom_command(TARGET ${TARGET_NAME}
include (${CMAKE_SCRIPT_PATH}/BuildType.cmake)
set_build_type()