CMake: Find and require intl
It's not guaranteed for Apple systems to have this library installed, apparently, so check for it.
This commit is contained in:
@@ -4,5 +4,9 @@ project(tzdb2nx VERSION 1.0)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
if (APPLE)
|
||||
find_package(Intl REQUIRED)
|
||||
endif()
|
||||
|
||||
add_subdirectory(externals)
|
||||
add_subdirectory(src)
|
||||
|
||||
Reference in New Issue
Block a user