|
@@ -640,13 +640,13 @@ IF ("${COMMONSETUP_DONE}" STREQUAL "")
|
|
|
if (APR_FOUND)
|
|
|
add_definitions (-D_USE_APR)
|
|
|
include_directories(${APR_INCLUDE_DIR})
|
|
|
- link_directories(${APR_LIBRARIES})
|
|
|
+ link_directories(${APR_LIBRARY_DIR})
|
|
|
else()
|
|
|
message(FATAL_ERROR "APR requested but package not found")
|
|
|
endif()
|
|
|
if (APRUTIL_FOUND)
|
|
|
include_directories(${APRUTIL_INCLUDE_DIR})
|
|
|
- link_directories(${APRUTIL_LIBRARIES})
|
|
|
+ link_directories(${APRUTIL_LIBRARY_DIR})
|
|
|
else()
|
|
|
message(FATAL_ERROR "APRUTIL requested but package not found")
|
|
|
endif()
|