General cleanup for CI

This commit is contained in:
James Howard
2021-09-17 00:53:38 +00:00
committed by GitHub
parent 272ec5a030
commit 1155fdea36
5 changed files with 59 additions and 68 deletions

View File

@@ -5,9 +5,8 @@ cmake_minimum_required(VERSION 3.13)
set(EXAMPLE_NAME "boltzmann1d")
project(${EXAMPLE_NAME}
LANGUAGES CXX)
find_package(spdlog)
LANGUAGES CXX
)
create_executable( NAME ${EXAMPLE_NAME}
SOURCES