Skip to content
Snippets Groups Projects
Commit c12344c3 authored by ilor's avatar ilor
Browse files

bump required corpus2 and pwrutils versions to 1.0.4 and 1.0.1

parent 1d8edb21
Branches
No related merge requests found
......@@ -4,10 +4,10 @@ PROJECT(wccl)
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/include/ )
find_package(Corpus2 1.0.2 REQUIRED)
find_package(Corpus2 1.0.4 REQUIRED)
set(LIBS ${LIBS} ${Corpus2_LIBRARY})
find_package(PwrUtils 0.0.3 REQUIRED)
find_package(PwrUtils 1.0.1 REQUIRED)
set(LIBS ${LIBS} ${PwrUtils_LIBRARY})
link_directories(${Boost_LIBRARY_DIRS})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment