cmake string(NOTEQUAL) examples

assimp/assimp cmake-modules/HunterGate.cmake :122

string(COMPARE NOTEQUAL "${HUNTER_ROOT}" "" not_empty)

assimp/assimp cmake-modules/HunterGate.cmake :130

string(COMPARE NOTEQUAL "$ENV{HUNTER_ROOT}" "" not_empty)

assimp/assimp cmake-modules/HunterGate.cmake :138

string(COMPARE NOTEQUAL "$ENV{HOME}" "" result)

assimp/assimp cmake-modules/HunterGate.cmake :147

string(COMPARE NOTEQUAL "$ENV{SYSTEMDRIVE}" "" result)

assimp/assimp cmake-modules/HunterGate.cmake :156

string(COMPARE NOTEQUAL "$ENV{USERPROFILE}" "" result)

assimp/assimp cmake-modules/HunterGate.cmake :173

string(
    COMPARE
    NOTEQUAL
    "$ENV{HUNTER_DISABLE_AUTOINSTALL}"
    ""
    disable_autoinstall
)

assimp/assimp cmake-modules/HunterGate.cmake :368

string(COMPARE NOTEQUAL "${PROJECT_NAME}" "" _have_project_name)

assimp/assimp cmake-modules/HunterGate.cmake :383

string(
    COMPARE
    NOTEQUAL
    "${HUNTER_GATE_UNPARSED_ARGUMENTS}"
    ""
    _have_unparsed
)

assimp/assimp cmake-modules/HunterGate.cmake :390

string(COMPARE NOTEQUAL "${HUNTER_GATE_GLOBAL}" "" _have_global)

assimp/assimp cmake-modules/HunterGate.cmake :391

string(COMPARE NOTEQUAL "${HUNTER_GATE_FILEPATH}" "" _have_filepath)

BYVoid/OpenCC deps/google-benchmark/cmake/GetGitVersion.cmake :48

string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)

microsoft/vcpkg ports/cjson/portfile.cmake :17

string(COMPARE NOTEQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" DENABLE_HIDDEN_SYMBOLS)

microsoft/vcpkg ports/ixwebsocket/portfile.cmake :17

string(COMPARE NOTEQUAL "${FEATURES}" "core" USE_TLS)

microsoft/vcpkg ports/triton/portfile.cmake :11

string(COMPARE NOTEQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" DYNAMICLIB)

microsoft/vcpkg ports/vcpkg-make/vcpkg_make_common.cmake :28

string(COMPARE NOTEQUAL "${host}" "${build}" is_crosscompiling)

microsoft/vcpkg scripts/cmake/vcpkg_common_definitions.cmake :1

string(COMPARE NOTEQUAL "${TARGET_TRIPLET}" "${HOST_TRIPLET}" VCPKG_CROSSCOMPILING)

microsoft/vcpkg scripts/test_ports/vcpkg-ci-vcpkg-make/test-z_vcpkg_make_get_crosscompiling.cmake :2

string(COMPARE NOTEQUAL "host" "build" crosscompiling)