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

This commit is contained in:
Eric Haszlakiewicz
2020-04-21 21:35:41 +00:00
parent 55d053118e
commit 00272292a7

View File

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