head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.17.12.25.01; author wiz; state Exp; branches; next ; commitid j6cV9phY3JlP357G; desc @@ 1.1 log @eigen2: fix build with cmake 4 @ text @$NetBSD$ cmake 4 compatibility. --- doc/examples/CMakeLists.txt.orig 2025-08-17 12:23:39.090174068 +0000 +++ doc/examples/CMakeLists.txt @@@@ -8,8 +8,6 @@@@ ADD_EXECUTABLE(${example} ${example_src} if(EIGEN_STANDARD_LIBRARIES_TO_LINK_TO) target_link_libraries(${example} ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO}) endif() -GET_TARGET_PROPERTY(example_executable - ${example} LOCATION) ADD_CUSTOM_COMMAND( TARGET ${example} POST_BUILD @