cmake HAVE_SETENV examples

LibreDWG/libredwg CMakeLists.txt :102

check_symbol_exists("setenv" "stdlib.h" HAVE_SETENV)

ElektraInitiative/libelektra tests/cframework/CMakeLists.txt :12

endif (NOT (HAVE_MKDTEMP AND HAVE_SETENV))

securesystemslab/multicompiler cmake/config-ix.cmake :189

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

Lewuathe/mlir-hello thirdparty/llvm-project/llvm/cmake/config-ix.cmake :339

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

microsoft/DirectXShaderCompiler cmake/config-ix.cmake :184

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

MiKTeX/miktex CMakeLists.txt :1346

check_function_exists(setenv HAVE_SETENV)

alibaba/AliSQL configure.cmake :571

CHECK_FUNCTION_EXISTS (setenv HAVE_SETENV)

arkdb/arkproxy configure.cmake :388

CHECK_FUNCTION_EXISTS (setenv HAVE_SETENV)

SRB2-Mobile/SRB2-Android libs/SDLMixerX/CMakeLists.txt :128

add_definitions(-DHAVE_INTTYPES_H -DHAVE_SETENV -DHAVE_SINF)

hatari/hatari CMakeLists.txt :230

check_symbol_exists(setenv "stdlib.h" HAVE_SETENV)

p4lang/open-p4studio cmake/ConfigureChecks.cmake :68

check_function_exists(setenv HAVE_SETENV)

p4lang/open-p4studio pkgsrc/target-syslibs/cmake/ConfigureChecks.cmake :57

check_function_exists(setenv HAVE_SETENV)

p4lang/open-p4studio pkgsrc/target-utils/cmake/ConfigureChecks.cmake :59

check_function_exists(setenv HAVE_SETENV)

alibaba/AliSQLBackup configure.cmake :486

CHECK_FUNCTION_EXISTS (setenv HAVE_SETENV)

GoSSIP-SJTU/TripleDoggy cmake/config-ix.cmake :211

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

gridlab-d/gridlab-d cmake/CheckDependencies.cmake :58

CHECK_FUNCTION_EXISTS(setenv HAVE_SETENV)

qtfreet00/llvm-obfuscator cmake/config-ix.cmake :210

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

JulNadeauCA/libagar CMakeChecks.cmake :2605

check_c_source_compiles("
#include <stdlib.h>

int
main(int argc, char *argv[])
{
	(void)setenv(\"BSDBUILD_SETENV_TEST\", \"foo\", 1);
	unsetenv(\"BSDBUILD_SETENV_TEST\");
	return (0);
}
" HAVE_SETENV)

WohlSoft/SDL-Mixer-X CMakeLists.txt :179

list(APPEND SDL_MIXER_DEFINITIONS
    -DHAVE_INTTYPES_H -DHAVE_SETENV -DHAVE_SINF
    -DPIC -D_REENTRANT -D_USE_MATH_DEFINES
)

llvm-dcpu16/llvm-dcpu16 cmake/config-ix.cmake :158

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

GoSSIP-SJTU/Armariris cmake/config-ix.cmake :209

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

ucb-bar/esp-llvm cmake/config-ix.cmake :209

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/mpg123/ports/cmake/src/CMakeLists.txt :51

check_function_exists(setenv HAVE_SETENV)

keystone-engine/keystone llvm/cmake/config-ix.cmake :187

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

root-project/root interpreter/llvm-project/llvm/cmake/config-ix.cmake :304

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

d99kris/nmail ext/libetpan/CMakeLists.txt :311

target_compile_definitions(${LIBNAME} PRIVATE HAVE_SETENV=1)

Warzone2100/warzone2100 CMakeLists.txt :836

CHECK_CXX_SYMBOL_EXISTS(setenv "stdlib.h" HAVE_SETENV)

o2e/OLLVM-9.0.1 cmake/config-ix.cmake :227

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

google/filament third_party/dawn/third_party/dxc/cmake/config-ix.cmake :184

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

yrnkrn/zapcc cmake/config-ix.cmake :245

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

frasercrmck/llvm-leg cmake/config-ix.cmake :188

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

OSGeo/grass cmake/modules/Configure.cmake :138

check_symbol_exists(setenv "stdlib.h" HAVE_SETENV)

netdata/netdata CMakeLists.txt :501

check_function_exists(setenv HAVE_SETENV)

NVIDIA/MDL-SDK src/mdl/jit/llvm/dist/cmake/config-ix.cmake :244

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

yazhiwang/ollvm-tll cmake/config-ix.cmake :245

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

KhronosGroup/SPIRV-LLVM cmake/config-ix.cmake :194

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

GANGE666/xVMP src/cmake/config-ix.cmake :216

check_symbol_exists(setenv stdlib.h HAVE_SETENV)

gemrb/gemrb cmake/modules/config.cmake :11

CHECK_FUNCTION_EXISTS("setenv" HAVE_SETENV)

gccxml/gccxml GCC/config_cmake/CMakeLists.txt :226

CHECK_FUNCTION_EXISTS(setenv HAVE_SETENV)