compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

build.sh referencing non-existent External directory

Open ShukantPal opened this issue 4 years ago • 1 comments

https://github.com/GPUOpen-Tools/compressonator/blob/cb281b97eb05e35ec739a462c71524c4b1eefae3/scripts/build.sh#L7

Should probably be ${COMPRESSONATOR_PROJECT_DIR}/external/build , since the top-level directory External is actually external now.

ShukantPal avatar Aug 12 '21 02:08 ShukantPal

I get https://github.com/GPUOpen-Tools/compressonator/blob/cb281b97eb05e35ec739a462c71524c4b1eefae3/scripts/build.sh#L40

#16 0.210 + cmake /trees/Compressonator/External/cmake -DCOMPRESSONATOR_PROJECT_DIR:STRING=/trees/Compressonator -DCMAKE_BUILD_TYPE:STRING=Release -DCLEAN_BUILD:BOOL=OFF #16 0.258 CMake Error: The source directory "/trees/Compressonator/External/cmake" does not exist.

ShukantPal avatar Aug 12 '21 02:08 ShukantPal

@ShukantPal Issue addressed in v4.5 release

NavNTCMP avatar Feb 14 '24 14:02 NavNTCMP