Fixes a test failure on case-sensitive filesystems when a CMake dependency is turned into an Apple framework.pull/13086/merge
parent
0fade02fe2
commit
f01ae52bc2
4 changed files with 20 additions and 2 deletions
@ -0,0 +1,5 @@ |
||||
project('case-sensitive APFS with extra frameworks test', 'c') |
||||
|
||||
dep = dependency('FoUnDaTiOn') |
||||
|
||||
exe = executable('prog', 'prog.c', install : true, dependencies: dep) |
@ -0,0 +1,3 @@ |
||||
int main(void) { |
||||
return 0; |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"installed": [ |
||||
{"type": "file", "file": "usr/bin/prog"} |
||||
] |
||||
} |
Loading…
Reference in new issue