IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ba486748 authored by Lukas Nellen's avatar Lukas Nellen :footprints:
Browse files

Cleanup: symbol unused

parent 35fd0d13
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,6 @@ set(CMAKE_CXX_FLAGS_RELEASE "-O3 -g") # -O2 would not trade speed for size, neit
# clang produces a lot of unecessary warnings without this:
add_compile_options("$<$<CXX_COMPILER_ID:Clang>:-Wno-nonportable-include-path>")
# check if we are on OSX:
if (APPLE)
add_compile_definitions (CORSIKA_OSX)
endif (APPLE)
# unit testing coverage, does not work yet
#include (CodeCoverage)
##set(COVERAGE_LCOV_EXCLUDES 'Documentation/*')
......
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