mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 04:21:15 +00:00
🎨 chore: cmakelists formatting
This commit is contained in:
parent
4875cec9ec
commit
84e6b11d10
@ -88,10 +88,10 @@ 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)
|
||||||
target_link_libraries(Isle::iniparser INTERFACE iniparser-static)
|
target_link_libraries(Isle::iniparser INTERFACE iniparser-static)
|
||||||
endblock()
|
endblock()
|
||||||
else()
|
else()
|
||||||
# find_package looks for already-installed system packages.
|
# find_package looks for already-installed system packages.
|
||||||
@ -744,4 +744,4 @@ else()
|
|||||||
set(CPACK_GENERATOR TGZ)
|
set(CPACK_GENERATOR TGZ)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(CPack)
|
include(CPack)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user