Skip to content

Commit 66dcf39

Browse files
authored
Remove PPC_FMT_FLAGS setting from libenvpp.cmake (learning-process#569)
1 parent 267c9ba commit 66dcf39

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cmake/libenvpp.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
71
include(ExternalProject)
82
ExternalProject_Add(
93
ppc_libenvpp
@@ -17,7 +11,6 @@ ExternalProject_Add(
1711
-DCMAKE_CXX_COMPILER_LAUNCHER=${CMAKE_CXX_COMPILER_LAUNCHER}
1812
-DCMAKE_CXX_STANDARD_REQUIRED=ON
1913
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
20-
-DCMAKE_CXX_FLAGS=${PPC_FMT_FLAGS}
2114
-DLIBENVPP_TESTS=OFF
2215
-DLIBENVPP_EXAMPLES=OFF
2316
BUILD_COMMAND

0 commit comments

Comments
 (0)