mirror of
https://github.com/json-c/json-c.git
synced 2026-03-21 14:09: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)
|
||||
endif()
|
||||
|
||||
if (NOT MSVC) # cmd line apps don't built on Windows currently.
|
||||
add_subdirectory(apps)
|
||||
endif()
|
||||
|
||||
# Set some packaging variables.
|
||||
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")
|
||||
|
||||
Reference in New Issue
Block a user