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

Problem when Installing the software on windows #16622

Open
kuanghy2320 opened this issue Feb 10, 2024 · 2 comments
Open

Problem when Installing the software on windows #16622

kuanghy2320 opened this issue Feb 10, 2024 · 2 comments

Comments

@kuanghy2320
Copy link

微信截图_20240210133412

@bangerth
Copy link
Member

Well, the error message says that the directory C:/dealii does not appear to contain CMakeLists.txt. Does it?

@kinnewig
Copy link
Contributor

The problem seems to be that CMake ignores the .. at the end.
I am not that familiar with CMake on Windows, but the following should do the trick

cmake -S .. -B . -G "Visual Studio 15 2017 Win64"

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

No branches or pull requests

4 participants