You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Deprecation Warning at phnt/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
CMake Error: File C:/Users/Kristibek/Documents/GitHub/SecureUxTheme/$<TARGET_FILE:SecureUxTheme> does not exist.
CMake Error at CMakeLists.txt:75 (configure_file):
configure_file Problem configuring file
Configuring incomplete, errors occurred!
I have also tried with an older CMake version and it still shows the second error and fails to configure the project.
The text was updated successfully, but these errors were encountered:
kristibektashi
changed the title
How to compile CMake version on Windows?
How to compile with CMake on Windows?
Dec 4, 2024
Uh.. I think my CMake code is just wrong. I have SIGN_SCRIPT configured so I don't hit that path. It seems like configure_file doesn't take generator expressions.
For now just providing a stub sign script (like a wrapper around COPY) will get it compile.
When I try it shows this error:
I have also tried with an older CMake version and it still shows the second error and fails to configure the project.
The text was updated successfully, but these errors were encountered: