Skip to content
Snippets Groups Projects
Commit 5e1b6c72 authored by Jens Georg's avatar Jens Georg
Browse files

FindDOOCS: Remove accidental duplication

This confused git massively
parent 1a972b43
No related branches found
No related tags found
No related merge requests found
...@@ -73,10 +73,6 @@ include(FindPkgConfig) ...@@ -73,10 +73,6 @@ include(FindPkgConfig)
if(DEFINED DOOCS_DIR) if(DEFINED DOOCS_DIR)
set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:${DOOCS_DIR}/pkgconfig) set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:${DOOCS_DIR}/pkgconfig)
endif() endif()
set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:/export/doocs/lib/pkgconfig)
message("Using PKG_CONFIG_PATH=$ENV{PKG_CONFIG_PATH}")
pkg_check_modules(DOOCS REQUIRED ${DOOCS_FIND_COMPONENTS})
set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:/export/doocs/lib/pkgconfig) set(ENV{PKG_CONFIG_PATH} $ENV{PKG_CONFIG_PATH}:/export/doocs/lib/pkgconfig)
message("Using PKG_CONFIG_PATH=$ENV{PKG_CONFIG_PATH}") message("Using PKG_CONFIG_PATH=$ENV{PKG_CONFIG_PATH}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment