Skip to content

Commit

Permalink
cmakein -> in
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenoist committed Nov 12, 2017
1 parent f5faa73 commit 5eba1e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@ set(INSTALL_INC_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Installation d
set(INSTALL_MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man" CACHE PATH "Installation directory for manual pages")
set(INSTALL_PKGCONFIG_DIR "${CMAKE_INSTALL_PREFIX}/share/pkgconfig" CACHE PATH "Installation directory for pkgconfig (.pc) files")

configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/libblinkstick.pc.cmakein
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/libblinkstick.pc.in
${CMAKE_CURRENT_BINARY_DIR}/libblinkstick.pc @ONLY)

install(FILES libblinkstick.pc DESTINATION "${INSTALL_PKGCONFIG_DIR}")
Expand Down
File renamed without changes.

0 comments on commit 5eba1e1

Please sign in to comment.