From 46d64a936ee41ae1be379ad073adcf97a2e51fbe Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Mon, 24 Jun 2019 15:13:30 +0200 Subject: [PATCH] fix --- makefiles/Makefile.port.mk | 3 ++- makefiles/Makefile.third_party.win.mk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/makefiles/Makefile.port.mk b/makefiles/Makefile.port.mk index 2bda8baaaf..e9d419328c 100755 --- a/makefiles/Makefile.port.mk +++ b/makefiles/Makefile.port.mk @@ -117,7 +117,8 @@ ifeq ("$(SYSTEM)","win") VS_RELEASE = v142 CMAKE_PLATFORM = "Visual Studio 16 2019" -A x64 endif - ifeq ("$(VISUAL_STUDIO_YEAR","") + + ifeq ("$(VISUAL_STUDIO_YEAR)","") $(warning "Unrecognized visual studio version") endif diff --git a/makefiles/Makefile.third_party.win.mk b/makefiles/Makefile.third_party.win.mk index 05f64cf9f9..c26a9a8496 100644 --- a/makefiles/Makefile.third_party.win.mk +++ b/makefiles/Makefile.third_party.win.mk @@ -115,7 +115,7 @@ ifndef WINDOWS_SCIP_DIR @echo SCIP: not found else ifeq ($(wildcard $(WINDOWS_SCIP_DIR)/include/scip/scip.h),) - $(error Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR: "$(WINDOWS_SCIP_DIR)\include\scip\scip.h") + $(error Third party SCIP files was not found! please check the path given to WINDOWS_SCIP_DIR) else @echo SCIP: found endif