WholeArchive.cmake: Fix mismatched args warning

This commit is contained in:
Gleb Mazovetskiy 2021-01-22 20:44:21 +00:00
parent daf080ff19
commit 99061345cc
1 changed files with 1 additions and 1 deletions

View File

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