Skip to content

Commit

Permalink
removed extra copy of exported targets
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jul 20, 2021
1 parent 570b4af commit c161c5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,5 @@ add_subdirectory(config)
################################
# install exports to comply with standard find_package search path expectations
install(EXPORT conduit DESTINATION lib/cmake/conduit)
# also install to support our old export directory layout
# (preserving for now to avoid issues with downstream packages using old layout)
install(EXPORT conduit DESTINATION lib/cmake)


0 comments on commit c161c5d

Please sign in to comment.