pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Use lib instead of CMAKE_INSTALL_LIBDIR for pioasm install

Open will-v-pi opened this issue 1 year ago • 1 comments

The CMake GNUInstallDirs module prior to CMake version 3.23.1 used an architecture-specific CMAKE_INSTALL_LIBDIR on debian, which is not searched by find_package calls from the SDK

Fix this in the same way as picotool https://github.com/raspberrypi/picotool/issues/117 by hard-coding the lib directory

will-v-pi avatar Aug 23 '24 15:08 will-v-pi

Fix this in the same way as picotool raspberrypi/picotool#117 by hard-coding the lib directory

For cross-reference porpoises :dolphin: https://github.com/raspberrypi/picotool/commit/6ad9c2352cf90b4abf183143e3cbd9ec933b9ad1

lurch avatar Aug 24 '24 11:08 lurch