1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 16:15:31 +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 ()