Skip to content
Snippets Groups Projects
Commit 305942a4 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Don't find pkgconfig for Win32

parent 083928bf
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@ INCLUDE (CheckIncludeFiles)
INCLUDE (CheckFunctionExists)
find_package(Threads)
find_package(X11)
if(NOT WIN32)
find_package(PkgConfig)
endif()
FIND_PACKAGE(SDL2)
set(SOURCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment