mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-29 12:41:38 +08:00
JSONCPP_VERSION, not JSON_CPP_VERSION
This commit is contained in:
parent
b2a1ca5b54
commit
16709c6ee8
@ -37,7 +37,7 @@ ADD_LIBRARY( jsoncpp_lib ${JSONCPP_LIB_TYPE}
|
|||||||
version.h.in
|
version.h.in
|
||||||
)
|
)
|
||||||
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES OUTPUT_NAME jsoncpp )
|
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES OUTPUT_NAME jsoncpp )
|
||||||
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES VERSION ${JSON_CPP_VERSION} SOVERSION ${JSON_CPP_VERSION} )
|
SET_TARGET_PROPERTIES( jsoncpp_lib PROPERTIES VERSION ${JSONCPP_VERSION} SOVERSION ${JSONCPP_VERSION} )
|
||||||
|
|
||||||
# Install instructions for this target
|
# Install instructions for this target
|
||||||
INSTALL( TARGETS jsoncpp_lib
|
INSTALL( TARGETS jsoncpp_lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user