Revert "Install examples if built."

This reverts commit 52e96e48c5.
This commit is contained in:
Lukáš Lalinský 2012-07-14 21:06:53 +02:00
parent 674ae0fa6d
commit 050ff3835d

View File

@ -45,12 +45,6 @@ ADD_EXECUTABLE(strip-id3v1 strip-id3v1.cpp)
TARGET_LINK_LIBRARIES(strip-id3v1 tag )
INSTALL(TARGETS
tagreader tagreader_c tagwriter framelist strip-id3v1
LIBRARY DESTINATION ${LIB_INSTALL_DIR}
RUNTIME DESTINATION ${BIN_INSTALL_DIR}
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
)
endif(BUILD_EXAMPLES)