Closed wkjung closed 2 years ago
I guess the cmake condition testing whether to use GNUInstallDirs below should be UNIX, not LINUX, following here.
GNUInstallDirs
UNIX
LINUX
From my experiment it didn't work for my ubuntu 20.04 environment.
https://github.com/intel/hexl/blob/3b7e2d54e4fcdc5ffb6448b9323076f6844e6b65/CMakeLists.txt#L124
@wkjung Thank you for bringing this to our attention. The cmake code will be changed in a future release. Fortunately, this issue does not affect the build of HEXL.
I guess the cmake condition testing whether to use
GNUInstallDirs
below should beUNIX
, notLINUX
, following here.From my experiment it didn't work for my ubuntu 20.04 environment.
https://github.com/intel/hexl/blob/3b7e2d54e4fcdc5ffb6448b9323076f6844e6b65/CMakeLists.txt#L124