Closed fenrus75 closed 6 years ago
ifneq ("$(wildcard /etc/redhat-release)","") LINUX_DIST := rel else ifneq ("$(wildcard /etc/SuSE-release)","") LINUX_DIST := sle else LINUX_DIST := $(warning Unrecognized Linux distribution) endif
Recent CMake changes should support compiling and installing regardless of user distribution.
Some defines still remain for generating RPM's for specific distros.