Skip to content

Commit

Permalink
add optional cmake project namespace prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkichler authored Oct 14, 2024
1 parent 4a0bdb2 commit 785986f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ FetchContent_MakeAvailable(PackageProject)
packageProject(
NAME ${PROJECT_NAME}
VERSION ${PROJECT_VERSION}
NAMESPACE ${PROJECT_NAME}
BINARY_DIR ${PROJECT_BINARY_DIR}
INCLUDE_DIR ${INCLUDE_PATH}
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
Expand Down

0 comments on commit 785986f

Please sign in to comment.