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

CTestCustom.cmake configure_file Problem configuring file #1

Closed
MattiaMontanari opened this issue Oct 7, 2016 · 0 comments
Closed

Comments

@MattiaMontanari
Copy link

I tried to compile NEPER on Fedora 20, but when I create the configuration files with cmake this line
configure_file (CTestCustom.cmake ${CMAKE_CURRENT_LIST_DIR}/CTestCustom.cmake)
returns
configure_file Problem configuring file
because the file CTestCustom.cmake cannot be found.

As a quick fix I removed that line and Cmake runs correctly, NEPER compiles and can be tested properly because CMake creates CTestTestfile.cmake. There might be reasons for having a CTestCustom.cmake, but this quick fix might be helpful to someone :-)

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

No branches or pull requests

1 participant