Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-DFIRMWARE_INSTALL_DIR is not always respected #547

Closed
MattBlack85 opened this issue Feb 19, 2022 · 0 comments · Fixed by #548
Closed

-DFIRMWARE_INSTALL_DIR is not always respected #547

MattBlack85 opened this issue Feb 19, 2022 · 0 comments · Fixed by #548
Labels
bug Something isn't working

Comments

@MattBlack85
Copy link
Contributor

Describe the bug
While most of the firmwares are correctly moved to the folder specified with the flag, the following ones are not:

Guider_mono_rev16_intel.srec  
gdr_usb.hex
sbigfcam.hex
sbiglcam.hex
sbigpcam.hex
sbigucam.hex
stfga.bin

To Reproduce
run the following command to compile the libs

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Debug \
      -DFIRMWARE_INSTALL_DIR=/usr/lib/firmware \
      -DBUILD_LIBS=1

Expected behavior
All firmwares should go into /usr/lib/firmware

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: ArchLinux aarch64
  • Version 1.9.4
@MattBlack85 MattBlack85 added the bug Something isn't working label Feb 19, 2022
@MattBlack85 MattBlack85 changed the title -DFIRMWARE_INSTALL_LIB is not always respected -DFIRMWARE_INSTALL_DIR is not always respected Feb 19, 2022
@knro knro closed this as completed in #548 Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant