intersystems / intersystems/iknow
ICUDIR not necessary on some platforms
Open
- Dominant language
- C++
- Stars
- 54
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
On some platforms (e.g. a typical Linux distribution), the default package manager will install ICU into the default include/library paths, which makes checking for ICUDIR redundant and indeed impossible to satisfy, as there's no "root" of ICU.
The root Makefile needs some basic logic to construct the ICU lib/include flags (which may both be null in the typical Linux case)
Contributor guide
Assessment
This issue has not been assessed yet.