Skip to content

Commit 72d76ef

Browse files
authored
Find RAQM, even in vcpkg builds (#2029)
1 parent b4d0f7f commit 72d76ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,7 @@ if (NOT EMSCRIPTEN)
581581
find_package(Freetype REQUIRED)
582582
endif()
583583
endif(NOT EMSCRIPTEN)
584-
if (NOT VCPKG_BUILD)
585-
find_package(RAQM)
586-
endif()
584+
find_package(RAQM)
587585
set(SDL_TTF_PREFIX ${CMAKE_BINARY_DIR}/SDL_ttf/)
588586
ExternalProject_Add(SDL_ttf
589587
SOURCE_DIR "${CMAKE_SOURCE_DIR}/external/SDL_ttf/"

0 commit comments

Comments
 (0)