Created
May 19, 2011 10:20
-
-
Save justjkk/980506 to your computer and use it in GitHub Desktop.
osm2pgrouting cmake error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jkk@jkk-desktop:/usr/local/src/osm2pgrouting$ cmake . | |
| CMake Error at CMakeLists.txt:4 (FIND_PACKAGE): | |
| Could not find module FindPostgreSQL.cmake or a configuration file for | |
| package PostgreSQL. | |
| Adjust CMAKE_MODULE_PATH to find FindPostgreSQL.cmake or set PostgreSQL_DIR | |
| to the directory containing a CMake configuration file for PostgreSQL. The | |
| file will have one of the following names: | |
| PostgreSQLConfig.cmake | |
| postgresql-config.cmake | |
| -- Configuring incomplete, errors occurred! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment