From 1eb804e3a2a7e39771deb4b50f38e21d500f9423 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 18 Mar 2013 15:02:11 +0100 Subject: renamed plutil to plistutil to not mask Apple's plutil on OSX --- plutil/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plutil/CMakeLists.txt (limited to 'plutil/CMakeLists.txt') diff --git a/plutil/CMakeLists.txt b/plutil/CMakeLists.txt deleted file mode 100644 index 149d68f..0000000 --- a/plutil/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ - -SET(plutil_SRC - plutil.c) - -ADD_EXECUTABLE(plutil ${plutil_SRC}) -TARGET_LINK_LIBRARIES(plutil plist) -SET_TARGET_PROPERTIES( plutil PROPERTIES VERSION ${PLUTIL_VERSION} ) - -INSTALL( TARGETS plutil RUNTIME DESTINATION bin COMPONENT plutil ) \ No newline at end of file -- cgit v1.1-32-gdbae