This commit is contained in:
Laurent Perron
2019-06-24 15:13:30 +02:00
parent f00e9c0c5b
commit 46d64a936e
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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