sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

Error to run the lib in windows 10

Open alinemati-uwm opened this issue 4 months ago • 0 comments

hello, I ran the repo on windows 10, but still have this issue.

`# Copyright (c) 2014-2015, Ruslan Baratov# All rights reserved.# Do not move to master - build schemes use this module but they not use masterset(HUNTER_ERROR_PAGE "https://hunter.readthedocs.io/en/latest/reference/errors")function(hunter_error_page error_page)  message("------------------------------ ERROR -----------------------------")  message("    ${HUNTER_ERROR_PAGE}/${error_page}.html")  message("------------------------------------------------------------------")  message("")  message(FATAL_ERROR "")endfunction() `
1> [CMake] CMake Error at C:/.hunter/_Base/Download/Hunter/0.24.15/8010d63/Unpacked/cmake/modules/hunter_error_page.cmake:12 (message)

![image](https://github.com/user-attachments/assets/f28fa6e4-7713-4d9c-9228-4af02b738e3b)



Thanks,

alinemati-uwm avatar Oct 10 '24 06:10 alinemati-uwm