Closed netanellav closed 6 years ago
I'm trying to integrate NNPACK to library we wrote with CMake. It seems that in file cmake/DownloadCpuInfo.cmake instead of :
ExternalProject_Add(**fp16** GIT_REPOSITORY https://github.com/Maratyszcza/cpuinfo.git GIT_TAG master SOURCE_DIR "${CONFU_DEPENDENCIES_SOURCE_DIR}/cpuinfo" BINARY_DIR "${CONFU_DEPENDENCIES_BINARY_DIR}/cpuinfo" CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND "" TEST_COMMAND "" )
fp16 in first line it should be cpuinfo.
Good catch! Fixed in d204380ea03a0a9add2dfd28cd7f4da5f5f8d959
I'm trying to integrate NNPACK to library we wrote with CMake. It seems that in file cmake/DownloadCpuInfo.cmake instead of :
fp16 in first line it should be cpuinfo.