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

Use cmake --install . instead of make install #1373

Merged
merged 1 commit into from
Jul 3, 2022

Conversation

DL6ER
Copy link
Member

@DL6ER DL6ER commented Jul 3, 2022

By submitting this pull request, I confirm the following:

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

How familiar are you with the codebase?:

10


Use cmake --install instead of make install to only copy the binary to its destination instead of running a second compilation when installing. The latter was caused because the scripts generated a new version (compilation timestamp) when installing so the binary had to be regenerated.

@DL6ER DL6ER requested a review from a team July 3, 2022 11:15
@DL6ER DL6ER changed the title Use cmake --install Use cmake --install . instead of make install Jul 3, 2022
@yubiuser yubiuser merged commit 25f3578 into development Jul 3, 2022
@yubiuser yubiuser deleted the tweak/cmake-install branch July 3, 2022 11:21
@pralor-bot
Copy link

This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there:

https://discourse.pi-hole.net/t/pi-hole-ftl-v5-16-web-v5-13-and-core-v5-11-1-released/56384/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants