hunyadi-dev commented on a change in pull request #809:
URL: https://github.com/apache/nifi-minifi-cpp/pull/809#discussion_r439966301



##########
File path: CMakeLists.txt
##########
@@ -307,6 +307,9 @@ if (STRICT_GSL_CHECKS STREQUAL "DEBUG_ONLY")
 endif()
 target_compile_definitions(gsl-lite INTERFACE ${GslDefinitions})
 
+# optional-lite
+add_library(optional-lite INTERFACE)
+target_include_directories(optional-lite INTERFACE 
"${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/optional-lite/include")

Review comment:
       I got this from the master branch which is up-to-date with the latest 
release. Nevertheless, I renamed `optional-lite -> optional-lite-3.2.0`.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to