Bad file install locations #1771
Labels
bug
Crash or wrong behavior of an existing feature.
build / testing / port / CI
Affecting the build system, tests, platform support, porting, or continuous integration.
Problem
The 1.13.6.1 release installs some new files that are not in acceptable locations.
All
.cmake
files should be installed into one location. Extra support scripts should be installed undershare
not at the top of the filesystem.Expected behavior:
A clean install with files in expected locations
Actual behavior:
cmake config files and extra support scripts are installed into two locations.
Versions
Solution
llvm_macros.cmake
should haveDESTINATION ${OSL_CONFIG_INSTALL_DIR}
to put it with the other cmake files.The
serialize-bc.py
script would be better installed somewhere likeDESTINATION ${CMAKE_INSTALL_DATADIR}/build-scripts
The text was updated successfully, but these errors were encountered: