Skip to content

Commit

Permalink
Fix CMake warning
Browse files Browse the repository at this point in the history
Update JPCRE2 library.
  • Loading branch information
tindy2013 committed Sep 19, 2020
1 parent 167adc4 commit 1fa2883
Show file tree
Hide file tree
Showing 2 changed files with 812 additions and 794 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ TARGET_LINK_LIBRARIES(subconverter ${YAML_CPP_LIBRARY})
ADD_DEFINITIONS(-DPCRE2_STATIC)
#ENDIF()

FIND_PACKAGE(Duktape REQUIRED)
FIND_PACKAGE(DUKTAPE REQUIRED)
INCLUDE_DIRECTORIES(${DUKTAPE_INCLUDE_DIRS})
TARGET_LINK_LIBRARIES(subconverter ${DUKTAPE_LIBRARIES})

Expand Down
Loading

0 comments on commit 1fa2883

Please sign in to comment.