martinzink commented on code in PR #1968:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1968#discussion_r2284639702


##########
cmake/ExpectedLite.cmake:
##########
@@ -18,7 +18,11 @@
 include(FetchContent)
 
 FetchContent_Declare(expected-lite
-    URL      
https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.8.0.tar.gz
-    URL_HASH 
SHA256=27649f30bd9d4fe7b193ab3eb6f78c64d0f585c24c085f340b4722b3d0b5e701
+    URL      
https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.9.0.tar.gz
+    URL_HASH 
SHA256=e1b3ac812295ef8512c015d8271204105a71957323f8ab4e75f6856d71b8868d
+    SYSTEM
 )
+
+# Due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119714
+add_compile_definitions(nsel_CONFIG_SELECT_EXPECTED=nsel_EXPECTED_NONSTD)

Review Comment:
   
https://github.com/apache/nifi-minifi-cpp/pull/1968/commits/159b86bb17e244d670b0c4682131963e7b816127#diff-e87aa3282cfbdf1445ef0ab42c4cd85b6063ca633c8cc620097ac5dc311f3ce2R28



-- 
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]

Reply via email to