We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It tries to look into src/tests, but the tests are now located at ./tests.
Consequence:
CMake Error at CMakeLists.txt:147 (add_executable): Cannot find source file: lennard_jones/build/FCSV-source/src/tests/csv_test.f90 Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc CMake Error at CMakeLists.txt:147 (add_executable): No SOURCES given to target: csv_test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It tries to look into src/tests, but the tests are now located at ./tests.
Consequence:
The text was updated successfully, but these errors were encountered: