Hash : da9b8389 Author : Date : 2023-08-08T14:33:03
Re-do and clean up CMake support, making it use relocatable paths Closes #4025.
Download
1 2 3 4 5 6
#!/usr/bin/python3 import sys from os import path print(path.relpath(sys.argv[1], sys.argv[2]))