Sha256: 44fa708653778bc92c337fcc976e662f12e4a8efa943b5d0717c714897e34425

Contents?: true

Size: 299 Bytes

Versions: 12

Compression:

Stored size: 299 Bytes

Contents

# A CMake script to find SetEnv.cmd.

find_program(WINSDK_SETENV NAMES SetEnv.cmd
  PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows;CurrentInstallFolder]/bin")
if (WINSDK_SETENV AND PRINT_PATH)
  execute_process(COMMAND ${CMAKE_COMMAND} -E echo "${WINSDK_SETENV}")
endif ()

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
couchbase-3.5.4 ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.5.3 ext/cache/fmt/141a17a028e6c29914e109691389f6cf87f9cfe3/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.5.2 ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.5.1 ext/cache/fmt/d3c862243fcf1c41b4c09903f35479bd42f135b7/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.5.0 ext/cache/fmt/513ade7b9791ea53008d5320013a52e682a91501/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.4.5 ext/couchbase/third_party/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.4.4 ext/couchbase/third_party/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.4.3 ext/couchbase/third_party/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.4.2 ext/couchbase/third_party/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.4.1 ext/couchbase/third_party/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.4.0 ext/couchbase/third_party/fmt/support/cmake/FindSetEnv.cmake
couchbase-3.3.0 ext/couchbase/third_party/fmt/support/cmake/FindSetEnv.cmake