diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2018-09-05 13:06:11 -0700 |
---|---|---|
committer | Saleem Abdulrasool <abdulras@fb.com> | 2018-09-05 14:12:28 -0700 |
commit | bec7ee2cbce1673eb2081ba18fb22b10df3cb598 (patch) | |
tree | 1081d1714e4dda92161e9ba98611d6381abffab8 /src/latex.c | |
parent | a9f67da092cfc81e7e82269666278a5463543c28 (diff) |
build: only attempt to install MSVC system libraries on Windows
Newer versions of CMake attempt to query the system for information about the VS
2017 installation. Unfortunately, this query fails on non-Windows systems when
cross-compiling:
cmake_host_system_information does not recognize <key> VS_15_DIR
CMake will not find these system libraries on non-Windows hosts anyways, and we
were silencing the warnings, so simply omit the installation when
cross-compiling to Windows.
Diffstat (limited to 'src/latex.c')
0 files changed, 0 insertions, 0 deletions