Skip to content

Commit

Permalink
Merge pull request #32 from jamiesnape/ccd-config-typo
Browse files Browse the repository at this point in the history
Fix typo in ccd-config.cmake.in
  • Loading branch information
danfis committed Feb 22, 2017
2 parents 941c12a + b9c4856 commit f658f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccd-config.cmake.in
Expand Up @@ -8,7 +8,7 @@ set(CCD_SOVERSION @CCD_SOVERSION@)

set(CCD_FOUND ON)
set_and_check(CCD_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
set_and_check(CDD_LIBRARY_DIRS "@PACKAGE_CMAKE_INSTALL_LIBDIR@")
set_and_check(CCD_LIBRARY_DIRS "@PACKAGE_CMAKE_INSTALL_LIBDIR@")
set(CCD_LIBRARIES ccd)

include("${CMAKE_CURRENT_LIST_DIR}/ccd-targets.cmake")

0 comments on commit f658f88

Please sign in to comment.