Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
build fix for clang (#1192)
Browse files Browse the repository at this point in the history
LDME 5 (Debian 11 bullseye) with clang 11
  • Loading branch information
sidyhe authored Jan 12, 2024
1 parent 1be354d commit 7a8b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compiler/clang/settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# Set build-directive (used in core to tell which buildtype we used)
add_definitions(-D_BUILD_DIRECTIVE='"$(CONFIGURATION)"')
add_definitions(-D_BUILD_DIRECTIVE='"${CMAKE_BUILD_TYPE}"')

# Check C++20 compiler support
include(CheckCXXCompilerFlag)
Expand Down

0 comments on commit 7a8b0ac

Please sign in to comment.