Skip to content

Commit

Permalink
Merge pull request #49 from Naraenda/remove-moodycamel-cmake
Browse files Browse the repository at this point in the history
Remove moodycamel from CMakeLists.txt
  • Loading branch information
AlexVlx committed Sep 14, 2023
2 parents 6044e59 + 49cde3f commit 1bf89aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ if (hip_cpu_rt_INSTALL_LIBRARY)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/external/half DESTINATION external)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/external/libco DESTINATION external)
install(
DIRECTORY
${PROJECT_SOURCE_DIR}/external/moodycamel DESTINATION external)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/hip DESTINATION include)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/src/include DESTINATION src)
endif ()
Expand All @@ -118,4 +115,4 @@ if (hip_cpu_rt_BUILD_TESTING)
endif ()

set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
include(CPack)
include(CPack)

0 comments on commit 1bf89aa

Please sign in to comment.