Remove explicit ECM_KDE_MODULE_DIR
This commit is contained in:
parent
3925ff5634
commit
07763229eb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ include(WriteBasicConfigVersionFile)
|
|||
include(GenerateExportHeader)
|
||||
|
||||
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} )
|
||||
|
||||
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
|
||||
Concurrent
|
||||
|
|
Loading…
Reference in a new issue