Browse Source

Removed psapi as it's needed only for ARM64 by Boost in CConsoleHandler

George King 3 months ago
parent
commit
025f592f39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -354,7 +354,7 @@ if(MINGW OR MSVC)
 		set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /FORCE:MULTIPLE")
 
 		# Required at least for compatibility with Boost 1.68 on Vcpkg
-		set(SYSTEM_LIBS ${SYSTEM_LIBS} bcrypt psapi)
+		set(SYSTEM_LIBS ${SYSTEM_LIBS} bcrypt)
 	endif(MSVC)
 
 	if(MINGW)