diff options
Diffstat (limited to 'test cases/cmake/3 advanced no dep/test.json')
-rw-r--r-- | test cases/cmake/3 advanced no dep/test.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test cases/cmake/3 advanced no dep/test.json b/test cases/cmake/3 advanced no dep/test.json index 98a1719..af25a8e 100644 --- a/test cases/cmake/3 advanced no dep/test.json +++ b/test cases/cmake/3 advanced no dep/test.json @@ -1,8 +1,7 @@ { "installed": [ {"type": "expr", "file": "usr/?lib/libcm_cmModLib?so"}, - {"type": "implib", "platform": "cygwin", "file": "usr/lib/libcm_cmModLib"}, - {"type": "implib", "platform": "!cygwin", "file": "usr/bin/libcm_cmModLib"}, + {"type": "implib", "file": "usr/lib/libcm_cmModLib"}, {"type": "pdb", "file": "usr/bin/cm_cmModLib"}, {"type": "pdb", "file": "usr/bin/cm_testEXE"}, {"type": "exe", "file": "usr/bin/cm_testEXE"}, |