Remove set target property on no-longer-extant gncmod-utility-reports target.

This commit is contained in:
John Ralls 2017-08-27 17:32:21 -07:00
parent 1d4dc42a3f
commit 48365a923d

View File

@ -808,7 +808,7 @@ SET_TARGET_PROPERTIES(gnc-core-utils gnc-module gnc-backend-sql gnc-backend-xml-
)
IF (WIN32)
SET_TARGET_PROPERTIES(gncmod-backend-xml gncmod-stylesheets gncmod-utility-reports PROPERTIES
SET_TARGET_PROPERTIES(gncmod-backend-xml gncmod-stylesheets PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
)
ENDIF()