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

Typo in CMakeLists #21

Closed
crobi opened this issue May 11, 2011 · 1 comment
Closed

Typo in CMakeLists #21

crobi opened this issue May 11, 2011 · 1 comment

Comments

@crobi
Copy link

crobi commented May 11, 2011

./gui/CMakeLists.txt, line 48:

It should be QJSON_INCLUDE_DIR and not QJSON_INCLUDE_DIRS (as set in FindQJSON.cmake)

Also, I had to manually add PC_QJSON_LIBRARY_DIRS and PC_QJSON_INCLUDE_DIRS entries in my CMake configuration, otherwise it could not find qjson (which I installed by building INSTALL from the CMake-generated qjson project).

@jrfonseca
Copy link
Member

I've commited the the QJSON_INCLUDE_DIR correction. Thanks!

Concerning manually having to specify these QJSON vars, I added a note to the README.

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

2 participants