summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-boilerplate.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-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")