Skip to content

Commit

Permalink
update installConfig (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Aug 19, 2024
1 parent 5a931ff commit cefb87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/InstallConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated")
set(version_config "${generated_dir}/${PROJECT_NAME}ConfigVersion.cmake")
set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake")
set(TARGETS_EXPORT_NAME "${PROJECT_NAME}Targets")
set(namespace "${PROJECT_NAME}::")
set(namespace "")

# Include module with fuction 'write_basic_package_version_file'
include(CMakePackageConfigHelpers)
Expand Down
2 changes: 1 addition & 1 deletion cmake/InstallInclude.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ install(
DIRECTORY "bcos-utilities"
DESTINATION "${DESTINATION_INCLUDE_DIR}"
FILES_MATCHING PATTERN "*.h"
)
)

0 comments on commit cefb87f

Please sign in to comment.