summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2020-11-01 10:37:56 -0500
committerAllen Winter <allen.winter@kdab.com>2020-11-01 10:37:56 -0500
commit84564915950979d3fd66210b12c5c9aedc8314d4 (patch)
tree0841d7503bd5ef8c4c9a81f775716fef9c39a9f0 /cmake
parent6e8ed4a840b2ab31b1b4968b8b66cc8273dbfb5e (diff)
parentab2a3b1a8010a1efdf1c3a8eb1ae43e111c87a7c (diff)
downloadlibical-git-84564915950979d3fd66210b12c5c9aedc8314d4.tar.gz
Merge branch '3.0'
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/GObjectIntrospectionMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake b/cmake/modules/GObjectIntrospectionMacros.cmake
index 1e7ecd79..83aff931 100644
--- a/cmake/modules/GObjectIntrospectionMacros.cmake
+++ b/cmake/modules/GObjectIntrospectionMacros.cmake
@@ -83,7 +83,7 @@ macro(gir_add_introspections introspections_girs)
-o ${CMAKE_CURRENT_BINARY_DIR}/${_typelib}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${gir}
OUTPUT ${_typelib}
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
list(APPEND _gir_typelibs ${CMAKE_CURRENT_BINARY_DIR}/${_typelib})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DESTINATION ${LIB_INSTALL_DIR}/girepository-1.0)