-- Selecting Windows SDK version 10.0.26100.0 to target Windows 10.0.26200.
-- The CXX compiler identification is MSVC 19.44.35225.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- OpenXR not found - VR features will use stub implementation
-- OpenVR not found - SteamVR features will use stub implementation
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-4.3/Modules/FetchContent.cmake:1966 (message):
  Calling FetchContent_Populate(nlohmann_json) is deprecated, call
  FetchContent_MakeAvailable(nlohmann_json) instead.  Policy CMP0169 can be
  set to OLD to allow FetchContent_Populate(nlohmann_json) to be called
  directly for now, but the ability to call it with declared details will be
  removed completely in a future version.
Call Stack (most recent call first):
  external/CMakeLists.txt:16 (FetchContent_Populate)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Program Files/CMake/share/cmake-4.3/Modules/FetchContent.cmake:1966 (message):
  Calling FetchContent_Populate(kissfft) is deprecated, call
  FetchContent_MakeAvailable(kissfft) instead.  Policy CMP0169 can be set to
  OLD to allow FetchContent_Populate(kissfft) to be called directly for now,
  but the ability to call it with declared details will be removed completely
  in a future version.
Call Stack (most recent call first):
  external/CMakeLists.txt:32 (FetchContent_Populate)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Program Files/CMake/share/cmake-4.3/Modules/FetchContent.cmake:1966 (message):
  Calling FetchContent_Populate(cpp_httplib) is deprecated, call
  FetchContent_MakeAvailable(cpp_httplib) instead.  Policy CMP0169 can be set
  to OLD to allow FetchContent_Populate(cpp_httplib) to be called directly
  for now, but the ability to call it with declared details will be removed
  completely in a future version.
Call Stack (most recent call first):
  external/CMakeLists.txt:67 (FetchContent_Populate)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at C:/Program Files/CMake/share/cmake-4.3/Modules/FetchContent.cmake:1966 (message):
  Calling FetchContent_Populate(imgui) is deprecated, call
  FetchContent_MakeAvailable(imgui) instead.  Policy CMP0169 can be set to
  OLD to allow FetchContent_Populate(imgui) to be called directly for now,
  but the ability to call it with declared details will be removed completely
  in a future version.
Call Stack (most recent call first):
  external/CMakeLists.txt:86 (FetchContent_Populate)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- micmap_steamvr: OpenVR not found - using stub implementation
--   To enable OpenVR support, set OPENVR_SDK_PATH environment variable
--   or place OpenVR SDK in external/openvr/
-- AssertNoOpenVRInCore: clean (visited 7 targets)
-- 
-- MicMap Configuration Summary
-- ============================
-- Version:          0.1.0
-- Build type:       
-- C++ Standard:     17
-- Build tests:      ON
-- Build test apps:  ON
-- Build driver:     OFF
-- OpenXR found:     FALSE
-- OpenVR found:     FALSE
-- 
-- Configuring done (28.7s)
-- Generating done (0.5s)
-- Build files have been written to: C:/Users/decid/Documents/projects/mic-map/build-headless
