Update CMakeLists.txt

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
Christian Semmler 2025-06-04 19:09:14 -07:00 committed by GitHub
parent 8b472fae68
commit a43cd5a962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,9 +68,9 @@ if (DOWNLOAD_DEPENDENCIES)
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
) )
block() block()
set(BUILD_DOCS off) set(BUILD_DOCS off)
set(BUILD_SHARED_LIBS off) set(BUILD_SHARED_LIBS off)
FetchContent_MakeAvailable(iniparser) FetchContent_MakeAvailable(iniparser)
endblock() endblock()
else() else()
# find_package looks for already-installed system packages. # find_package looks for already-installed system packages.