-
Notifications
You must be signed in to change notification settings - Fork 8
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 Error at QCViewer/CMakeLists.txt #18
Comments
I think there is a |
Tell me if this fixes your issue and I will add it to the build dependencies. |
Hello, I have the same problem as you. Can you solve it? |
Actually, this problem has not been solved, but there have other available tools for quantum circuit simulation and rendering, such as qiskit
发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
…________________________________
发件人: WuYu-99 <notifications@github.com>
发送时间: Thursday, September 26, 2019 8:00:42 PM
收件人: aparent/QCViewer <QCViewer@noreply.github.com>
抄送: q999sdyt <q999sdyt@hotmail.com>; Author <author@noreply.github.com>
主题: Re: [aparent/QCViewer] CMake Error at QCViewer/CMakeLists.txt (#18)
Hello, I have the same problem as you. Can you solve it?
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#18?email_source=notifications&email_token=AJUOPNRXH7L72LXS2QBOILLQLSP6VA5CNFSM4FGNQKK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7VKG2Q#issuecomment-535470954>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJUOPNWK7MADHOI2N3Y2SG3QLSP6VANCNFSM4FGNQKKQ>.
|
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build this project QCViewer,I just installed the all Build dependence for this project, on Ubuntu 18.04 LTS, and tried to run ./build. But CMake just does not want to find it and i dont know why. What am i missing? Do i need to set an environment variable or something?
`CMake Error at QCViewer/CMakeLists.txt:63 (FIND_PACKAGE):
By not providing "FindPoppler.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Poppler", but
CMake did not find one.
Could not find a package configuration file provided by "Poppler" with any
of the following names:
Add the installation prefix of "Poppler" to CMAKE_PREFIX_PATH or set
"Poppler_DIR" to a directory containing one of the above files. If
"Poppler" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "/home/link/Desktop/QCViewer-master/build/release/CMakeFiles/CMakeOutput.log".
make: *** No rule to make target 'install'. Stop.
`
The text was updated successfully, but these errors were encountered: