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

build: Add CLion cmake support #1967

Closed
wants to merge 2 commits into from
Closed

build: Add CLion cmake support #1967

wants to merge 2 commits into from

Conversation

rprospero
Copy link
Contributor

CLion is a bit behind on which versions of CMake it supports. I've added a new dev shell to the nix flake that uses cmake 3.19 to handle this situation. The new dev shell is accessible via

nix develop .#windows_docker

I've also added an argument to the docker file to use this dev shell. It's accessible by adding the following flag to the docker invocation:

--build-arg=windows_docker

The docker file will use the CLion compatible cmake if docker is
passed the flag:

--build-arg=windows_docker
@rprospero rprospero marked this pull request as ready for review August 14, 2024 10:36
@RobBuchananCompPhys
Copy link
Contributor

Closes #1966

@rprospero rprospero closed this Sep 5, 2024
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

Successfully merging this pull request may close these issues.

2 participants