mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
The json_parse command line app doesn't build on Windows, disable it.
This commit is contained in:
@@ -40,7 +40,9 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING AND
|
|||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (NOT MSVC) # cmd line apps don't built on Windows currently.
|
||||||
add_subdirectory(apps)
|
add_subdirectory(apps)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Set some packaging variables.
|
# Set some packaging variables.
|
||||||
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
|
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
|
||||||
|
|||||||
Reference in New Issue
Block a user