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.
1 parent d6e198c commit f8f3210Copy full SHA for f8f3210
cmake/libenvpp.cmake
@@ -1,9 +1,3 @@
1
-if(WIN32)
2
- set(PPC_FMT_FLAGS "/EHsc /DFMT_CONSTEVAL=inline")
3
-else()
4
- set(PPC_FMT_FLAGS "-fexceptions -DFMT_CONSTEVAL=inline")
5
-endif()
6
-
7
include(ExternalProject)
8
ExternalProject_Add(
9
ppc_libenvpp
0 commit comments