Call Stack (most recent call first): third_party/eigen/cmake_install.cmake:37 (include) third_party/cmake_install.cmake:65 (include) cmake_install.cmake:84 (include) In this commit 0bad788 EIGEN_INCLUDE_INSTALL_DIR has been renamed INCLUDE_INSTALL_DIR The real problem is probably ...
Python_NumPy_INCLUDE_DIR=$($PYTHON -c "import numpy; print(numpy.get_include())") cmake "-UPython*" "-U*LATER_PLUGIN" \ -DPython_LOOKUP_VERSION=${Python_LOOKUP_VERSION} \ -DPython_NumPy_INCLUDE_DIR=${Python_NumPy_INCLUDE_DIR} \ -DBUILD_PYTHON_BINDINGS:BOOL=ON \ ${SRC_DIR} |...
I'd note that the install_python.bat already uses a similar trick, so at least that's not a totally new thing. I didn't bump the build number, as this should not require updating exiting packages.
cmake: don't prepend absolute CMAKE_INSTALL_{INCLUDE,LIB}DIR with ${p… … e1e13a8 OPNA2608 commented Sep 13, 2024 libdir and includedir now look fine with absolute *DIR values, thanks. ↪ cat /nix/store/bfw1yzm446rf2j5z1w8iixbrchv8w8ps-sdl3-3.1.2-unstable-2024-08-01-dev...