summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanisław Halik <sthalik@misaki.pl>2016-09-06 01:28:39 +0200
committerGitHub <noreply@github.com>2016-09-06 01:28:39 +0200
commit0e068ef1ced2c1fed4baa3c15334c819018590be (patch)
treebe6c9bdb55632032fd1bc67c6a63b018960a5838
parent4712b6760f15b024e0913db045553528504c29cd (diff)
parent35bf0e9fc52596caaac0335a6ab58279b97bc94e (diff)
Merge pull request #442 from DaMichel/unstable
Build issue on MSVC
-rw-r--r--cmake/opentrack-boilerplate.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index 0778307c..0208dcae 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -62,9 +62,6 @@ function(opentrack_fixup_subsystem n)
else()
set(subsystem WINDOWS)
endif()
- if("$ENV{LIBPATH}" STREQUAL "")
- message(FATAL_ERROR "no vcvars.bat run; probably no editbin in PATH")
- endif()
set(loc "$<TARGET_FILE:${n}>")
get_property(type TARGET "${n}" PROPERTY TYPE)
if (NOT type STREQUAL "STATIC_LIBRARY")