Skip to content

Commit

Permalink
refactor(build): Simplify the installation folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed May 13, 2024
1 parent 9032a82 commit 0ae5c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1482,8 +1482,8 @@ install(TARGETS open62541
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
INCLUDES DESTINATION include)

set(open62541_install_tools_dir share/open62541/tools)
set(open62541_install_nodeset_dir share/open62541/tools/ua-nodeset)
set(open62541_install_tools_dir share/open62541)
set(open62541_install_nodeset_dir share/open62541/ua-nodeset)

# Create open62541Config.cmake
include(CMakePackageConfigHelpers)
Expand Down

0 comments on commit 0ae5c4b

Please sign in to comment.