Skip to content

Commit 8a0cbf2

Browse files
committed
Huuuh why does that build locally
1 parent 02f0ca6 commit 8a0cbf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/windows/conda-toolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ endif()
1616

1717
# Set the C++ compiler and tools.
1818
if(NOT CMAKE_C_COMPILER)
19-
find_program(CMAKE_C_COMPILER NAMES clang-cl REQUIRED DOC "Clang C Compiler (MSVC Compatible)")
19+
find_program(CMAKE_C_COMPILER NAMES clang REQUIRED DOC "Clang C Compiler (MSVC Compatible)")
2020
endif()
2121
if(NOT CMAKE_CXX_COMPILER)
22-
find_program(CMAKE_CXX_COMPILER NAMES clang-cl REQUIRED DOC "Clang C++ Compiler (MSVC Compatible)")
22+
find_program(CMAKE_CXX_COMPILER NAMES clang REQUIRED DOC "Clang C++ Compiler (MSVC Compatible)")
2323
endif()
2424
if(NOT CMAKE_RC_COMPILER)
2525
find_program(CMAKE_RC_COMPILER NAMES llvm-rc REQUIRED DOC "LLVM Resource Compiler")

0 commit comments

Comments
 (0)