lordgamez commented on code in PR #1723:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1723#discussion_r1482852424
##########
libminifi/CMakeLists.txt:
##########
@@ -26,13 +26,8 @@ set(PROJECT_NAME "nifi-libcore-minifi")
if (WIN32)
add_definitions(-DWIN32_LEAN_AND_MEAN)
endif()
-if (IOS)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fobjc-abi-version=2 -fobjc-arc
-std=gnu++2a -stdlib=libc++ -isysroot ${CMAKE_OSX_SYSROOT} -DIOS")
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fobjc-abi-version=2 -fobjc-arc
-isysroot ${CMAKE_OSX_SYSROOT} -DIOS")
-else ()
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DYAML_SUPPORT")
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DYAML_SUPPORT")
-endif()
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DYAML_SUPPORT")
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DYAML_SUPPORT")
Review Comment:
Removed in 7126436f488d0b733dbec018fd61afa32638805a
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]