We need 3rdparty for the normal build as well
This commit is contained in:
parent
1fceec760f
commit
6565274ce8
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ include_directories(${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR}/3rdparty
|
|||
|
||||
find_package(PCRE REQUIRED)
|
||||
|
||||
set(LIBS ${PCRE_LIBRARIES} r3)
|
||||
set(LIBS ${PCRE_LIBRARIES} r3 lib3rdparty)
|
||||
|
||||
enable_testing()
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ find_package(PCRE REQUIRED)
|
|||
if (NOT CHECK_FOUND)
|
||||
message(STATUS "Skipping unit tests, Check library not found!")
|
||||
else (NOT CHECK_FOUND)
|
||||
set(TEST_LIBS ${LIBS} ${CHECK_LIBRARIES} ${PCRE_LIBRARIES} r3 lib3rdparty)
|
||||
set(TEST_LIBS ${LIBS} ${CHECK_LIBRARIES} ${PCRE_LIBRARIES} r3)
|
||||
|
||||
include_directories(${CHECK_INCLUDE_DIRS})
|
||||
# include_directories("${PROJECT_SOURCE_DIR}/include/r2")
|
||||
|
|
Loading…
Reference in a new issue