Browse Source

The json_parse command line app doesn't build on Windows, disable it.

tags/json-c-0.15-20200726
Eric Haszlakiewicz 5 years ago
parent
commit
00272292a7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      CMakeLists.txt

+ 2
- 0
CMakeLists.txt View File

@@ -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}")


Loading…
Cancel
Save