Use lib instead of CMAKE_INSTALL_LIBDIR for pioasm install (#1865)
Some checks failed
CMake / build (push) Has been cancelled
Build on macOS / build (push) Has been cancelled
Build on Windows / build (push) Has been cancelled

This commit is contained in:
will-v-pi 2024-09-03 22:26:43 +01:00 committed by GitHub
parent f13306c8a7
commit dfb573818f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ if (PIOASM_FLAT_INSTALL)
set(INSTALL_CONFIGDIR pioasm)
set(INSTALL_BINDIR pioasm)
else()
set(INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/cmake/pioasm)
set(INSTALL_CONFIGDIR lib/cmake/pioasm)
set(INSTALL_BINDIR ${CMAKE_INSTALL_BINDIR})
endif()