removed $ from EVN
more info: https://cmake.org/pipermail/cmake/2011-October/046706.html
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user