mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
make CMake files style (more) consistent
This commit is contained in:
@@ -61,13 +61,13 @@ find_package_handle_standard_args(APR
|
||||
)
|
||||
|
||||
if(APR_FOUND)
|
||||
set(APR_LIBRARIES ${APR_LIBRARY})
|
||||
set(APR_INCLUDE_DIRS ${APR_INCLUDE_DIR})
|
||||
set(APR_DEFINITIONS ${PC_APR_CFLAGS_OTHER})
|
||||
set(APR_LIBRARIES ${APR_LIBRARY})
|
||||
set(APR_INCLUDE_DIRS ${APR_INCLUDE_DIR})
|
||||
set(APR_DEFINITIONS ${PC_APR_CFLAGS_OTHER})
|
||||
|
||||
# Deprecated declarations.
|
||||
SET (NATIVE_APR_INCLUDE_PATH ${APR_INCLUDE_DIR} )
|
||||
GET_FILENAME_COMPONENT (NATIVE_APR_LIB_PATH ${APR_LIBRARY} PATH)
|
||||
# Deprecated declarations.
|
||||
SET (NATIVE_APR_INCLUDE_PATH ${APR_INCLUDE_DIR} )
|
||||
GET_FILENAME_COMPONENT (NATIVE_APR_LIB_PATH ${APR_LIBRARY} PATH)
|
||||
endif()
|
||||
|
||||
if(APR_FOUND AND NOT TARGET Apache::Apr)
|
||||
@@ -80,6 +80,6 @@ if(APR_FOUND AND NOT TARGET Apache::Apr)
|
||||
endif()
|
||||
|
||||
mark_as_advanced(
|
||||
APR_LIBRARY
|
||||
APR_INCLUDE_DIR
|
||||
APR_LIBRARY
|
||||
APR_INCLUDE_DIR
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user