From b3159714dbb1afe1de9a32e86f9ed8e40ae543af Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Thu, 16 Jun 2022 03:30:34 +0200 Subject: [PATCH] cmake: set HAVE_STATIC_PIC for correct summary --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5a800713..4a8b20a6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -485,6 +485,8 @@ dep_option(SDL_STATIC_PIC "Static version of the library should be built wi dep_option(SDL_TESTS "Build the test directory" OFF SDL_TEST OFF) set_option(SDL_INSTALL_TESTS "Install test-cases" OFF) +set(HAVE_STATIC_PIC "${SDL_STATIC_PIC}") + if(VITA) set_option(VIDEO_VITA_PIB "Build with PSVita piglet gles2 support" OFF) set_option(VIDEO_VITA_PVR "Build with PSVita PVR gles/gles2 support" OFF)