Skip to content

Is there any way to force Cmake to install glfw even when it's already installed somewhere else? #83

Answered by W2Wizard
Lacusch asked this question in Q&A
Discussion options

You must be logged in to vote

You could try and compile it with cmake -B build -Dglfw_FOUND=0 if you want it to build and always download GLFW. Tho it might not work. You could create a fork and then modify the CMakeLists.txt and remove the if statement and find_package statement. That way it will clone and build it.

My real suggestion would be to tell your sysadmin to install it. CMake and GLFW are useful for advanced (specialization projects) later on anyway so why not include it?
If you're on MacOS he/she can ask for the Munki files I suppose.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Lacusch
Comment options

@Lacusch
Comment options

@W2Wizard
Comment options

Answer selected by Lacusch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Question Further information is requested
2 participants