mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
FindJPEG: Drop ancient compatibility NATIVE_JPEG_* result variables
These have been deprecated since 2002!
This commit is contained in:
@@ -122,10 +122,4 @@ if(JPEG_FOUND)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Deprecated declarations.
|
||||
set(NATIVE_JPEG_INCLUDE_PATH ${JPEG_INCLUDE_DIR})
|
||||
if(JPEG_LIBRARY)
|
||||
get_filename_component(NATIVE_JPEG_LIB_PATH ${JPEG_LIBRARY} PATH)
|
||||
endif()
|
||||
|
||||
mark_as_advanced(JPEG_LIBRARY JPEG_INCLUDE_DIR)
|
||||
|
||||
Reference in New Issue
Block a user