You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 2.8, although the cmake compilation scheme has been updated, the CMakeLists.txt file appears in the .gitignore listing. There's no way we can use cmake to do the compilation properly.
# preconfigure the code using
cmake -B build -D user=<USERFILE> -D dim=3 ...
This step requires the CMakeLists.txt file to be executed.
Error message:
% cmake -B build -D user=user_2d_rec.F90 -D dim=2
CMake Error: The source directory "/Users/username/program/GitHub/tristan-mp-v2" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
The text was updated successfully, but these errors were encountered:
In version 2.8, although the cmake compilation scheme has been updated, the
CMakeLists.txt
file appears in the.gitignore
listing. There's no way we can use cmake to do the compilation properly.This step requires the
CMakeLists.txt
file to be executed.Error message:
The text was updated successfully, but these errors were encountered: