Fixed Linux Makefile error message
This commit is contained in:
Родитель
1aefd22f8a
Коммит
89a2b0dac0
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ endif
|
|||
ifneq ("$(wildcard $(BUILD_TOP)/Config.make)","")
|
||||
include $(BUILD_TOP)/Config.make
|
||||
else
|
||||
$(error Cannot find $(BUILD_TOP)/Config.make. Please see the README file for configuration instructions.)
|
||||
$(error Cannot find $(BUILD_TOP)/Config.make. Please see CNTK Wiki at https://github.com/Microsoft/cntk/wiki for configuration instructions.)
|
||||
endif
|
||||
|
||||
ifndef BUILDTYPE
|
||||
|
|
Загрузка…
Ссылка в новой задаче