mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Use lib instead of CMAKE_INSTALL_LIBDIR for pioasm install (#1865)
This commit is contained in:
parent
f13306c8a7
commit
dfb573818f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue