mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue