stop using version.h.in for cmake

This commit is contained in:
Christopher Dunn
2014-09-11 10:09:48 -07:00
parent b061ff4a1e
commit 8f730b8a60
2 changed files with 0 additions and 33 deletions

View File

@@ -34,7 +34,6 @@ ADD_LIBRARY( jsoncpp_lib ${JSONCPP_LIB_TYPE}
json_valueiterator.inl
json_value.cpp
json_writer.cpp
version.h.in
)
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES OUTPUT_NAME jsoncpp )
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES VERSION ${JSON_CPP_VERSION} SOVERSION ${JSON_CPP_VERSION} )