]> granicus.if.org Git - json-c/commitdiff
Fixed typo in CMakeList.txt FILES_MATCHING
authorSteve Gerbino <steve@gerbino.co>
Sun, 25 Sep 2016 18:46:33 +0000 (14:46 -0400)
committerSteve Gerbino <steve@gerbino.co>
Sun, 25 Sep 2016 18:46:33 +0000 (14:46 -0400)
CMakeLists.txt

index cfd2ada34f7269e4285351822ec8a38a210896d1..82ada75cb98a5e11cb650dd47b25bfcb10f3a973 100644 (file)
@@ -63,4 +63,4 @@ install(TARGETS json-c
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib)
 
-install(DIRECTORY . DESTINATION ${CMAKE_INSTALL_PREFIX}/include FILES_MATCHING_PATTERN "*.h")
+install(DIRECTORY . DESTINATION ${CMAKE_INSTALL_PREFIX}/include FILES_MATCHING PATTERN "*.h")