We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83321b commit c2cf453Copy full SHA for c2cf453
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.16...4.0)
+cmake_minimum_required(VERSION 3.1...4.0)
2
3
# We need to build release always, unoptimized builds
4
# won't cut it.
@@ -192,7 +192,7 @@ target_include_directories(iris PRIVATE
192
193
target_link_libraries(iris PUBLIC
194
tomlplusplus::tomlplusplus
195
- SDL3::SDL3
+ SDL3::SDL3-static
196
)
197
198
set_target_properties(iris PROPERTIES
@@ -259,4 +259,4 @@ if (CMAKE_SYSTEM_NAME MATCHES "Windows")
259
"$<TARGET_RUNTIME_DLLS:iris>" "$<TARGET_FILE_DIR:iris>"
260
COMMAND_EXPAND_LISTS
261
262
-endif()
+endif()
0 commit comments