early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/imgui-sfml/004-fix-find-sfml.patch
vendored
Executable file
14
externals/vcpkg/ports/imgui-sfml/004-fix-find-sfml.patch
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 8a1c6cd..7156f51 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -38,9 +38,6 @@ set(IMGUI_SFML_CONFIG_INSTALL_DIR "" CACHE PATH "Path where user's config header
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
|
||||
|
||||
if (IMGUI_SFML_FIND_SFML)
|
||||
- if (NOT BUILD_SHARED_LIBS)
|
||||
- set(SFML_STATIC_LIBRARIES ON)
|
||||
- endif()
|
||||
find_package(SFML COMPONENTS graphics system window)
|
||||
|
||||
if(NOT SFML_FOUND)
|
Reference in New Issue
Block a user