Skip to content

Commit

Permalink
don't install volk.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Sep 10, 2024
1 parent b465507 commit 689d6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if(VOLK_INSTALL)
set(INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/cmake/volk)

# Install files
install(FILES volk.h volk.c DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(FILES volk.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

# Install library target and add it and any dependencies to export set.
install(TARGETS volk volk_headers
Expand Down

0 comments on commit 689d6b6

Please sign in to comment.