AviSynth / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
930 stars 74 forks source link

Fix when building with absolute paths #388

Closed jopejoe1 closed 5 months ago

jopejoe1 commented 5 months ago

When CMAKEINSTALL\

is an absolute path the build fails, due to libdir and includedir being being created by concatenating prefix and CMAKEINSTALL\, instead using CMAKE_INSTALLFULL\ which check if CMAKEINSTALL\ is an absolute path and if not concatenates it with CMAKE_INSTALL_PREFIX.

I encountered this issue while packing AviSynthPlus for nixpkgs.

qyot27 commented 5 months ago

Merged.