CMake config file points to static library

CMake config file points now to static library 'libosmpbf.a'
instead of non-existing 'libosmpbf.so'.
This commit is contained in:
Thomas Fischer 2016-05-09 16:39:06 +02:00
parent bf9b320537
commit aefa356291
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
set(OSMPBF_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include/osmpbf")
set(OSMPBF_LIBRARIES "@CMAKE_INSTALL_PREFIX@/lib/libosmpbf.so")
set(OSMPBF_LIBRARIES "@CMAKE_INSTALL_PREFIX@/lib/libosmpbf.a")
set(OSMPBF_VERSION "@OSMPBF_VERSION@")