Commit f4f1a2b
committed
CMake: Skip on Win
Checking if this causes issues on Conda-Forge for Windows
now... Somehow
```
GNUInstallDirs_get_absolute_install_dir(CMAKE_INSTALL_FULL_LIBDIR CMAKE_INSTALL_LIBDIR LIBDIR )
```
might expand our relative `lib` for `CMAKE_INSTALL_LIBDIR` to
`/<SRC>/lib`...?GNUInstallDirs
1 parent 691a6d2 commit f4f1a2b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
0 commit comments