Skip to content

Commit

Permalink
Include SIOTargets in LCIOConfig.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <[email protected]>
  • Loading branch information
jmcarcell and andresailer authored Nov 13, 2023
1 parent e9fc971 commit ff90348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/LCIOConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ if("@CHECK_PACKAGE_SIO_LIBRARY@" STREQUAL "")
find_dependency(SIO REQUIRED)
else()
find_dependency(ZLIB REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/SIOTargets.cmake")
endif()

# Include the targets file to create the imported targets that a client can link
Expand Down

0 comments on commit ff90348

Please sign in to comment.