am7xxx: rename the 'size' argument of am7xxx_send_image() to 'image_size'
[libam7xxx.git] / src / CMakeLists.txt
index 1228201..217b0f1 100644 (file)
@@ -32,7 +32,7 @@ install(FILES "am7xxx.h"
 
 if(UNIX AND NOT APPLE)
   # Produce a pkg-config file for linking against the shared lib
-  configure_file ("libam7xxx.pc.in" "libam7xxx.pc" @ONLY)
+  configure_file("libam7xxx.pc.in" "libam7xxx.pc" @ONLY)
   install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libam7xxx.pc"
     DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
 endif()