Skip to content

Commit

Permalink
CI: Newer intel has problems with non-header-only fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 3, 2024
1 parent ff6336d commit afe063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ then
CC=icx
FC=ifx
CFLAGS="-Wall -Wunused"
CXXFLAGS="-Wall -Wextra -Wunused"
CXXFLAGS="-Wall -Wextra -Wunused -DFMT_HEADER_ONLY"
fi

# When building: "scan-build make -j8"
Expand Down

0 comments on commit afe063f

Please sign in to comment.