Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHS
MPR
Commits
0097299f
Commit
0097299f
authored
Mar 30, 2021
by
Robert Schweppe
Browse files
- turned off flogging testing and fixed small bug
parent
d7a31e68
Pipeline
#20773
failed with stages
in 38 minutes and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
0097299f
...
...
@@ -28,6 +28,7 @@ if(NOT ${FLOGGING_NAME}_FOUND)
GIT_REPOSITORY https://github.com/gitporst/flogging.git
GIT_TAG temporary_test
)
set
(
${
FLOGGING_NAME
}
_BUILD_TESTING OFF
)
FetchContent_MakeAvailable
(
${
FLOGGING_NAME
}
)
endif
()
target_link_libraries
(
${
LIB_NAME
}
PUBLIC
${
FLOGGING_NAME
}
)
...
...
@@ -41,7 +42,7 @@ target_include_directories(${LIB_NAME} PUBLIC
# programms linking agains it (mhm exe in this case)
if
(
CMAKE_Fortran_COMPILER_ID MATCHES
"GNU"
)
target_compile_definitions
(
${
LIB_NAME
}
PUBLIC GFORTRAN
)
target_compile_options
(
${
LIB_NAME
}
P
RIVATE
target_compile_options
(
${
LIB_NAME
}
P
UBLIC
-ffixed-line-length-none
$<$<CONFIG:DEBUG>:-Og -g -Wall -Wextra -fimplicit-none -fbacktrace -fcheck=all -ffpe-trap=zero,overflow,underflow -finit-real=snan>
$<$<CONFIG:RELEASE>:-Ofast>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment