mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 13:45:34 +00:00
cmake/WholeArchive.cmake: fix typo
This commit is contained in:
parent
98564b0aae
commit
4dc0fd299f
1 changed files with 1 additions and 1 deletions
|
@ -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 (whole_archive_options)
|
endfunction (get_whole_archive_options)
|
||||||
|
|
Loading…
Reference in a new issue