mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 00:32:49 +00:00
WholeArchive.cmake: Fix mismatched args warning
This commit is contained in:
parent
daf080ff19
commit
99061345cc
@ -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 ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user