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

Add make install to CMake configuration #252

Open
thanhminhmr opened this issue May 5, 2023 · 1 comment
Open

Add make install to CMake configuration #252

thanhminhmr opened this issue May 5, 2023 · 1 comment

Comments

@thanhminhmr
Copy link

Please add make install to the CMake configuration, it just small change that save a bit of time copying the executable to bin each update.

I added this line to the end of the current CMake configuration and it works just fine.

install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
@boredsquirrel
Copy link
Contributor

Does the executable work from any location with sudo ?
Because on immutable systems you cant copy it to the system bin folder and thats okay.

Adding make install would break it possibly.

boredsquirrel added a commit to boredsquirrel/RyzenAdj that referenced this issue Sep 5, 2023
added install directories according to @thanhminhmr
FlyGoat pushed a commit that referenced this issue Sep 6, 2023
added install directories according to @thanhminhmr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants