WholeArchive.cmake: Fix mismatched args warning

pull/3047/head
Gleb Mazovetskiy 3 years ago
parent daf080ff19
commit 99061345cc

@ -7,4 +7,4 @@ function (get_whole_archive_options OUT_VAR)
else ()
message(FATAL_ERROR "get_whole_archive_options not implemented for CMAKE_CXX_COMPILER_ID ${CMAKE_CXX_COMPILER_ID}")
endif()
endfunction (get_whole_archive_options)
endfunction ()

Loading…
Cancel
Save