We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FMT_CONSTEVAL
inline
libenvpp.cmake
1 parent bfb2310 commit 910fd7aCopy full SHA for 910fd7a
cmake/libenvpp.cmake
@@ -25,4 +25,6 @@ if(MSVC)
25
set(PPC_ENVPP_LIB_NAME libenvpp)
26
else()
27
set(PPC_ENVPP_LIB_NAME envpp)
28
-endif ()
+endif ()
29
+
30
+add_compile_definitions(FMT_CONSTEVAL=inline)
0 commit comments