Skip to content

Commit 8fda6ef

Browse files
committed
cmake: remove unused arg
1 parent 0d6e025 commit 8fda6ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ffi.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(ffi_args
2222
)
2323

2424

25-
extproj_autotools(ffi ${ffi_url} ${ffi_tag} "${ffi_args}" "")
25+
extproj_autotools(ffi ${ffi_url} ${ffi_tag} "${ffi_args}")
2626

2727
ExternalProject_Add_Step(ffi
2828
autogen

libtool.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ string(JSON libtool_tag GET ${json_meta} libtool tag)
1212
set(libtool_args)
1313

1414

15-
extproj_autotools(libtool ${libtool_url} ${libtool_tag} "${libtool_args}" "")
15+
extproj_autotools(libtool ${libtool_url} ${libtool_tag} "${libtool_args}")

readline.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ string(JSON readline_tag GET ${json_meta} readline tag)
1515

1616
set(readline_args)
1717

18-
extproj_autotools(readline ${readline_url} ${readline_tag} "${readline_args}" "")
18+
extproj_autotools(readline ${readline_url} ${readline_tag} "${readline_args}")

0 commit comments

Comments
 (0)