Commit fff26658 authored by Wieland Morgenstern's avatar Wieland Morgenstern

Kernel32 package not required for windows build of r8b

parent 8b3ba479
......@@ -27,10 +27,6 @@ if(LINUX OR APPLE)
find_package(Threads REQUIRED)
endif(LINUX OR APPLE)
if(WINDOWS)
find_package(Kernel32 REQUIRED)
endif(WINDOWS)
set(R8B_SOURCES
r8bbase.cpp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment