mirror of
https://github.com/opencv/opencv.git
synced 2026-09-15 07:29:07 -05:00
cmake: use absolute library paths from 'pkgconfig'
- drop legacy check_module() macro - drop 'ALIASOF_'
This commit is contained in:
@@ -128,8 +128,8 @@ elseif(HAVE_COCOA)
|
||||
list(APPEND HIGHGUI_LIBRARIES "-framework Cocoa")
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
#these variables are set by CHECK_MODULE macro
|
||||
if(TRUE)
|
||||
# these variables are set by 'ocv_append_build_options(HIGHGUI ...)'
|
||||
foreach(P ${HIGHGUI_INCLUDE_DIRS})
|
||||
ocv_include_directories(${P})
|
||||
endforeach()
|
||||
|
||||
Reference in New Issue
Block a user