head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.04.21.44.31; author wiz; state Exp; branches; next ; commitid EyGVgnaR6fmSPnMG; desc @@ 1.1 log @vv: update to 3.2.20260704. Fixes build with latest libjxl. No upstream summary of changes found; repository moved and new tool is now installed. @ text @$NetBSD$ Pass in commit id. https://github.com/wolfpld/moderncore/issues/5 --- CMakeLists.txt.orig 2026-07-04 21:27:09.225353916 +0000 +++ CMakeLists.txt @@@@ -136,7 +136,7 @@@@ add_custom_target(git-ref find_package(Python3 COMPONENTS Interpreter REQUIRED) add_custom_target(git-ref - COMMAND ${Python3_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/cmake/git-ref.py + COMMAND ${Python3_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/cmake/git-ref.py ${PROJECT_SOURCE_DIR}/git-commit-id BYPRODUCTS GitRef.hpp ) @