Skip to content

Commit

Permalink
jsoncpp is only available on unix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Korijn committed Jul 11, 2016
1 parent ca14861 commit 61025cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ cmake .. -G "Ninja" ^
-DVTK_USE_SYSTEM_PNG:BOOL=ON ^
-DVTK_USE_SYSTEM_JPEG:BOOL=ON ^
-DVTK_USE_SYSTEM_TIFF:BOOL=ON ^
-DVTK_USE_SYSTEM_JSONCPP:BOOL=ON ^
-DVTK_USE_SYSTEM_EXPAT:BOOL=ON ^
-DVTK_USE_SYSTEM_SQLITE:BOOL=ON
if errorlevel 1 exit 1
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- libpng
- jpeg
- libtiff
- jsoncpp
- jsoncpp # [unix]
- expat
- sqlite
run:
Expand All @@ -45,7 +45,7 @@ requirements:
- libpng
- jpeg
- libtiff
- jsoncpp
- jsoncpp # [unix]
- expat
- sqlite

Expand Down

0 comments on commit 61025cb

Please sign in to comment.