Skip to content

Commit 910fd7a

Browse files
committed
Define FMT_CONSTEVAL as inline in libenvpp.cmake for compatibility.
1 parent bfb2310 commit 910fd7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmake/libenvpp.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ if(MSVC)
2525
set(PPC_ENVPP_LIB_NAME libenvpp)
2626
else()
2727
set(PPC_ENVPP_LIB_NAME envpp)
28-
endif ()
28+
endif ()
29+
30+
add_compile_definitions(FMT_CONSTEVAL=inline)

0 commit comments

Comments
 (0)