Skip to content

Commit

Permalink
fix(nodesetinjector): Fix CMake warning by removing the PARENT_SCOPE …
Browse files Browse the repository at this point in the history
…option, as there is no further parent scope
  • Loading branch information
NoelGraf authored and jpfr committed Nov 18, 2024
1 parent cc25468 commit 31947a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1497,5 +1497,5 @@ set_target_properties(open62541-generator-types PROPERTIES FOLDER "open62541/gen
if(UA_ENABLE_NODESET_INJECTOR)
set_target_properties(open62541-generator-nodesetinjector PROPERTIES FOLDER "open62541/generators")
add_subdirectory(tools/nodeset_injector)
set(UA_NODESETINJECTOR_GENERATORS ${UA_NODESETINJECTOR_GENERATORS} PARENT_SCOPE)
set(UA_NODESETINJECTOR_GENERATORS ${UA_NODESETINJECTOR_GENERATORS})
endif()

0 comments on commit 31947a9

Please sign in to comment.