Don't link against cfgmgr32.

It's done in https://github.com/scottmudge/libserialport-cmake/blob/master/CMakeLists.txt#L39 therefore I did it too but it isn't necessary and it isn't done in https://sigrok.org/gitweb/?p=libserialport.git;a=blob;f=configure.ac;hb=HEAD#l95.
This commit is contained in:
Oliver Schmidt 2018-02-14 21:51:42 +01:00
parent d810db6f49
commit 56bc098f41
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ LDLIBS = -lserialport
ifeq ($(OS),Windows_NT)
LDLIBS += -lcfgmgr32 -lsetupapi
LDLIBS += -lsetupapi
CC = gcc
CXX = g++