cmake: don't install sdlmanpages.cmake

This commit is contained in:
Anonymous Maarten
2023-06-27 19:02:33 +02:00
parent 9ee1200e6f
commit afdd448834
3 changed files with 7 additions and 15 deletions

View File

@@ -93,8 +93,3 @@ set(SDL3_STATIC_LIBRARIES SDL3::SDL3-static)
set(SDL3_STATIC_PRIVATE_LIBS)
set(SDL3TEST_LIBRARY SDL3::SDL3_test)
if(SDL3_FOUND)
set(WIKIHEADERS_PL_PATH "${CMAKE_CURRENT_LIST_DIR}/wikiheaders.pl")
include("${CMAKE_CURRENT_LIST_DIR}/sdlmanpages.cmake")
endif()