diff options
-rw-r--r-- | find-modules/FindKF5.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/find-modules/FindKF5.cmake b/find-modules/FindKF5.cmake index 8a29cdd6..5c987ddf 100644 --- a/find-modules/FindKF5.cmake +++ b/find-modules/FindKF5.cmake @@ -171,9 +171,6 @@ macro(_KF5_HANDLE_COMPONENT _comp) if(NOT KF5_FIND_QUIETLY) message(STATUS "KF5[${_comp}]: Loaded ${${_comp}_CONFIG}") endif() - if(NOT DEFINED ${_comp}_INCLUDE_DIRS) - message(FATAL_ERROR "${_comp} does not set ${_comp}_INCLUDE_DIRS !") - endif() if(NOT DEFINED ${_comp}_LIBRARIES) message(FATAL_ERROR "${_comp} does not set ${_comp}_LIBRARIES !") endif() |