Skip to content

Commit

Permalink
Minor build error message improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Jun 8, 2018
1 parent cdcb230 commit dc71359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/cmake_modules/MakeDist.cmake
Expand Up @@ -97,7 +97,7 @@ function(make_dist PACKAGE_PREFIX GNUCASH_SOURCE_DIR BUILD_SOURCE_DIR BUILDING_F
endfunction()

if (NOT WITH_GNUCASH)
message(SEND_ERROR "Creation of dist tarballs not support when WITH_GNUCASH=OFF.")
message(SEND_ERROR "Creation of dist tarballs is not supported when WITH_GNUCASH=OFF.")
endif()

make_dist(${PACKAGE_PREFIX} ${GNUCASH_SOURCE_DIR} ${BUILD_SOURCE_DIR} ${BUILDING_FROM_VCS})

0 comments on commit dc71359

Please sign in to comment.