mirror of
https://github.com/DaveGamble/cJSON.git
synced 2024-12-26 12:41:03 +08:00
parent
f50dafc7d0
commit
b9eff8b02a
@ -255,7 +255,11 @@ if(ENABLE_CJSON_TEST)
|
||||
endif()
|
||||
|
||||
#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
|
||||
option(ENABLE_LOCALES "Enable the use of locales" ON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user