KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

CMake errors building LVL #2667

Closed TonyBarbour closed 6 years ago

TonyBarbour commented 6 years ago

There are CMake errors that result from CMake looking for pthread_create and secure_getenv in build/CMakeFiles/CMakeError.log. While these don't prevent anything from building, when things do go wrong they are sometimes a distraction from the real issue. We have had them reported in multiple issues, most recently in VulkanSamples, as the cause of compile failures, when the real cause was something else.

TonyBarbour commented 6 years ago

Logfile from building today's master. CMakeError.log

TonyBarbour commented 6 years ago

Closed as Vulkan-Loader #10