mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
cxxmodules: Support import std for msvc-wine
This commit is contained in:
@@ -6,6 +6,7 @@ function (_cmake_cxx_import_std std variable)
|
||||
PATHS
|
||||
"$ENV{INCLUDE}"
|
||||
"${CMAKE_CXX_COMPILER}/../../.."
|
||||
"${CMAKE_CXX_COMPILER}/../.." # msvc-wine layout
|
||||
PATH_SUFFIXES
|
||||
../modules
|
||||
NO_CACHE)
|
||||
|
||||
Reference in New Issue
Block a user