Skip to content

Commit c85f593

Browse files
committedJan 5, 2017
fix install
1 parent d88e7ca commit c85f593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/customwidgets/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ GENERATE_EXPORT_HEADER(
140140
EXPORT_FILE_NAME qgis_customwidgets.h
141141
)
142142

143-
SET(QGIS_CUSTOMWIDGETS_HDRS ${QGIS_CUSTOMWIDGETS_HDRS} ${PROJECT_BINARY_DIR}/qgis_customwidgets.h)
143+
SET(QGIS_CUSTOMWIDGETS_HDRS ${QGIS_CUSTOMWIDGETS_HDRS} ${CMAKE_CURRENT_BINARY_DIR}/qgis_customwidgets.h)
144144

145145
# install
146146
INSTALL(TARGETS qgis_customwidgets

0 commit comments

Comments
 (0)