removed $ from EVN

more info: https://cmake.org/pipermail/cmake/2011-October/046706.html
This commit is contained in:
ggrieco-tob
2018-09-29 14:20:06 -04:00
committed by GitHub
parent fd0acedf8b
commit 61bc977f35
+1 -1
View File
@@ -15,7 +15,7 @@
project(deepstate)
cmake_minimum_required(VERSION 2.8)
if (NOT DEFINED BUILD_LIBFUZZER AND DEFINED $ENV{BUILD_LIBFUZZER})
if (NOT DEFINED BUILD_LIBFUZZER AND DEFINED ENV{BUILD_LIBFUZZER})
set(BUILD_LIBFUZZER "$ENV{BUILD_LIBFUZZER}")
endif()