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

Cmake buid broken due to unknown test_source #130

Closed
fouriaux opened this issue May 22, 2017 · 3 comments
Closed

Cmake buid broken due to unknown test_source #130

fouriaux opened this issue May 22, 2017 · 3 comments

Comments

@fouriaux
Copy link

At Cmake configuration, from official release http://users.nccs.gov/~pnorbert/adios-1.11.0.tar.gz
-- Configuring done
CMake Error at tests/test_src/CMakeLists.txt:31 (add_executable):
Cannot find source file:
read_points_3d.c

This is due to the fact that no file read_points_3d.c does not exist in tests/test_src
A work around that work is to modify the CMakeLists.txt in tests/tests_src to remove this particular test.

@pnorbert
Copy link
Contributor

Thank you for reporting this bug. The file is missing from the distribution. We fixed the cmake build in the master branch today. Would you be willing to try to build the master branch with cmake and report if you have any issues with it? It now builds the whole test suite in addition for the fix.

@fouriaux
Copy link
Author

fouriaux commented May 22, 2017 via email

@fouriaux
Copy link
Author

I have compiled from master branch using Cmake, everything is working now :-)
thanks !

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

2 participants