Browse Source

contrib: cmake: set CMAKE_SYSTEM_NAME on Linux

pull/134/head
Rémi Denis-Courmont 5 years ago
parent
commit
485a809c4b
  1. 3
      contrib/src/main.mak

3
contrib/src/main.mak

@ -550,6 +550,9 @@ help:
.PHONY: all fetch fetch-all install mostlyclean clean distclean package list help prebuilt
CMAKE_SYSTEM_NAME =
ifdef HAVE_LINUX
CMAKE_SYSTEM_NAME = Linux
endif
ifdef HAVE_WIN32
CMAKE_SYSTEM_NAME = Windows
ifdef HAVE_VISUALSTUDIO

Loading…
Cancel
Save