mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
workaround for aja-video/libajantv2 commit e760d416 (merged 2024-04-15) The NL in VERSION.txt causes cmake fail (obviously the NL) is expanded in cmake where it shouldn't: ``` $ cmake --build libajantv2/build --config Release -j 4 ajantv2/CMakeFiles/ajantv2.dir/build.make:1746: *** missing separator. Stop. gmake[1]: *** [CMakeFiles/Makefile2:174: ajantv2/CMakeFiles/ajantv2.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 ````