lordgamez commented on a change in pull request #1232:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1232#discussion_r781857820



##########
File path: extensions/script/tests/CMakeLists.txt
##########
@@ -30,6 +30,7 @@ endif()
 
 if (ENABLE_LUA_SCRIPTING)
        file(GLOB EXECUTESCRIPT_LUA_TESTS 
"TestExecuteScriptProcessorWithLuaScript.cpp" "LuaScriptEngineTests.cpp")
+       include_directories(${LUA_INCLUDE_DIR})

Review comment:
       Thanks for the tip, I wasn't sure if there's a better way to have those 
includes available for all test targets without duplication, but making it 
PUBLIC seems to work, changed it in 5914deef48db52f59a26dcf432e2af8262841001




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