Skip to content

Commit

Permalink
fix(doc): Remove outdated CMake component specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed May 13, 2024
1 parent 8db3eac commit 5734274
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ In your own CMake project you can then include the open62541 library using:

.. code-block:: cmake
# optionally you can also specify a specific version
# e.g. find_package(open62541 1.0.0)
find_package(open62541 REQUIRED COMPONENTS Events FullNamespace)
find_package(open62541 REQUIRED)
add_executable(main main.cpp)
target_link_libraries(main open62541::open62541)
Expand Down

0 comments on commit 5734274

Please sign in to comment.