We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a4bb1 commit a147c70Copy full SHA for a147c70
CMakeLists.txt
@@ -92,8 +92,8 @@ endif()
92
if (WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
93
FetchContent_Declare(
94
wasiclang
95
- URL ${wasi-clang-url}
96
DOWNLOAD_EXTRACT_TIMESTAMP false
+ URL ${wasi-clang-url}
97
)
98
FetchContent_GetProperties(wasiclang)
99
if(NOT wasiclang_POPULATED)
0 commit comments