Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
add onigposix to build dir evhtp if sys not found
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Oct 20, 2017
1 parent 7ed1700 commit 7b9d1a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,13 @@ endif()

if (NOT EVHTP_DISABLE_REGEX)
if (NOT EVHTP_USE_SYS_ONIG)
CONFIGURE_FILE(oniguruma/onigposix.h
${PROJECT_BINARY_DIR}/include/evhtp/onigposix.h)

install (
FILES oniguruma/onigposix.h
DESTINATION ${INCLUDE_INSTALL_DIR}/evhtp)

endif()
endif()

Expand Down

0 comments on commit 7b9d1a2

Please sign in to comment.