Skip to content

Commit

Permalink
Fix small CMake error when looking for the header
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralvarez committed Jul 24, 2019
1 parent 2d30c59 commit 057a8a0
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 @@ install(TARGETS ${PROJECT_NAME} EXPORT httplibConfig
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})
install(FILES httplib.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})

install(EXPORT httplibConfig DESTINATION share/httplib/cmake)

Expand Down

0 comments on commit 057a8a0

Please sign in to comment.