mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
parent
f50dafc7d0
commit
b9eff8b02a
@ -255,7 +255,11 @@ if(ENABLE_CJSON_TEST)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
#Create the uninstall target
|
#Create the uninstall target
|
||||||
add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${PROJECT_SOURCE_DIR}/library_config/uninstall.cmake")
|
option(ENABLE_CJSON_UNINSTALL "Enable creating uninstall target" ON)
|
||||||
|
if(ENABLE_CJSON_UNINSTALL)
|
||||||
|
add_custom_target(uninstall "${CMAKE_COMMAND}" -P
|
||||||
|
"${PROJECT_SOURCE_DIR}/library_config/uninstall.cmake")
|
||||||
|
endif()
|
||||||
|
|
||||||
# Enable the use of locales
|
# Enable the use of locales
|
||||||
option(ENABLE_LOCALES "Enable the use of locales" ON)
|
option(ENABLE_LOCALES "Enable the use of locales" ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user