Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 18, 2024
1 parent 3c7addb commit 6954460
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions morpheus/_lib/cmake/libmorpheus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ target_sources(morpheus
PUBLIC
FILE_SET public_headers
TYPE HEADERS
BASE_DIRS
"${CMAKE_CURRENT_SOURCE_DIR}/include"
BASE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/include"
FILES
${morpheus_public_headers}
)
Expand Down Expand Up @@ -191,13 +190,14 @@ include(CPack)
include(GNUInstallDirs)

install(
TARGETS morpheus
TARGETS
morpheus
EXPORT
${PROJECT_NAME}-core-exports
${PROJECT_NAME}-core-exports
LIBRARY
DESTINATION ${lib_dir}
FILE_SET
public_headers
public_headers
COMPONENT Core
)

Expand Down

0 comments on commit 6954460

Please sign in to comment.