Skip to content

Commit a147c70

Browse files
committed
Switch order of attributes in CMake FetchContent to avoid errors on some CMAKE versions
1 parent 72a4bb1 commit a147c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ endif()
9292
if (WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
9393
FetchContent_Declare(
9494
wasiclang
95-
URL ${wasi-clang-url}
9695
DOWNLOAD_EXTRACT_TIMESTAMP false
96+
URL ${wasi-clang-url}
9797
)
9898
FetchContent_GetProperties(wasiclang)
9999
if(NOT wasiclang_POPULATED)

0 commit comments

Comments
 (0)