mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
fix build of kgpg when cmake invoked on top-level directory
This commit is contained in:
parent
79da571a9c
commit
3d72225fba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
project(kgpg)
|
||||
|
||||
set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" ${CMAKE_SOURCE_DIR}/cmake/modules)
|
||||
set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" ${PROJECT_SOURCE_DIR}/cmake/modules)
|
||||
|
||||
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
find_package(KDE4)
|
||||
|
|
Loading…
Add table
Reference in a new issue