Skip to content

Commit

Permalink
build: avoid pcre error for hscollider when using installed PCRE package
Browse files Browse the repository at this point in the history
Fixes github issue intel#127
  • Loading branch information
xiangwang1 authored and fatchanghao committed Jan 21, 2019
1 parent 9ab674b commit 63e7d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/hscollider/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ set_source_files_properties(${hscollider_SOURCES} PROPERTIES
INCLUDE_DIRECTORIES ${CMAKE_CURRENT_SOURCE_DIR})
add_executable(hscollider ${hscollider_SOURCES})
add_dependencies(hscollider ragel_ColliderCorporaParser)
add_dependencies(hscollider pcre)

if(NOT WIN32)
if (BUILD_CHIMERA)
Expand Down

0 comments on commit 63e7d89

Please sign in to comment.