cmake/WholeArchive.cmake: fix typo

pull/3047/head
Gleb Mazovetskiy 3 years ago
parent 98564b0aae
commit 4dc0fd299f

@ -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 (whole_archive_options)
endfunction (get_whole_archive_options)

Loading…
Cancel
Save