1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 00:15:06 +00:00

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

View File

@ -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 ()