mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
9c0956e573
while playing with qtbase on x64-uwp i found that it could not pass a try_compile command since important variables are not correctly forwarded. As such I concluded that the handling of try_compile in vcpkg is completely wrong.
5 lines
124 B
C
5 lines
124 B
C
|
|
|
|
#if !defined(VCPKG_LET_ME_PASS)
|
|
#error "You shall not pass without forwarding compiler flags to try_compile!"
|
|
#endif |