Skip to content

Commit

Permalink
force generation of file api
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Aug 24, 2024
1 parent 0306f67 commit 3f1553d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,13 @@ if (WIN32 AND NOT BUILD_ONLY_32_BIT_FOR_WIN64)
option(ISCC "Inno Setup Compiler")
set(ISCC_FLAGS "" CACHE STRING "Inno Setup Compiler Arguments")

cmake_file_api(
QUERY
API_VERSION 1
CODEMODEL 2.3
TOOLCHAINS 1
)

if (WITH_AUTO_UPDATE)
set (HAVE_UNFOLD_AUTO_UPDATE ON)
endif()
Expand Down

0 comments on commit 3f1553d

Please sign in to comment.