Merge pull request #9833 from adrianinsaval/libpackHint

This commit is contained in:
Chris Hennes
2023-06-28 09:47:14 -05:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ macro(InitializeFreeCADBuildOptions)
endif()
else()
message("Libpack NOT found.\nIf you intend to use a Windows libpack, set the FREECAD_LIBPACK_DIR to the libpack directory.")
message(STATUS "Visit: https://github.com/apeltauer/FreeCAD/releases/ for Windows libpack downloads.")
message(STATUS "Visit: https://github.com/FreeCAD/FreeCAD-Libpack/releases/ for Windows libpack downloads.")
endif()
else(MSVC)
option(FREECAD_LIBPACK_USE "Use the LibPack to Build FreeCAD (only Win32 so far)." OFF)