Skip to content

Commit

Permalink
Merge pull request #632 from moritz-h/cmake
Browse files Browse the repository at this point in the history
Fix CMake
  • Loading branch information
erikbern committed Feb 25, 2023
2 parents 0a1ce34 + 323bc69 commit 0457742
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 @@ -19,7 +19,7 @@ target_include_directories(Annoy INTERFACE
# Install
include(GNUInstallDirs)

install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

install(TARGETS Annoy
Expand Down

0 comments on commit 0457742

Please sign in to comment.