mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 15:25:15 +08:00
cmake: Include PushCheckState again
This was included in one file and used in another. Just include it here.
This commit is contained in:
parent
8cf4d666b3
commit
120dc5c49f
|
@ -35,6 +35,7 @@ if(GETTEXT_FOUND)
|
|||
set(CMAKE_FOLDER)
|
||||
endif()
|
||||
|
||||
include(CMakePushCheckState)
|
||||
cmake_push_check_state()
|
||||
set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${Intl_INCLUDE_DIR})
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${Intl_LIBRARIES})
|
||||
|
|
Loading…
Reference in New Issue
Block a user