Skip to content

Commit

Permalink
Merge pull request #193 from omaralvarez/master
Browse files Browse the repository at this point in the history
Fix small CMake error when looking for the library
  • Loading branch information
yhirose authored Jul 24, 2019
2 parents cb11d94 + 057a8a0 commit 7231f6f
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 7231f6f

Please sign in to comment.