Fixed includedir for the .pc.cmake file

This commit is contained in:
jbeder
2011-05-29 02:17:49 +00:00
parent ee446d00ea
commit ede50424ef
2 changed files with 4 additions and 2 deletions

View File

@@ -209,7 +209,9 @@ else()
set(_library_dir lib)
endif()
set(INCLUDE_INSTALL_DIR include/yaml-cpp)
set(INCLUDE_INSTALL_ROOT_DIR include)
set(INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_ROOT_DIR}/yaml-cpp)
set(LIB_INSTALL_DIR "${_library_dir}${LIB_SUFFIX}")
set(_INSTALL_DESTINATIONS