Browse Source

oops, forgot the dep type

Signed-off-by: Gene Walters <[email protected]>
Gene Walters 1 year ago
parent
commit
ac3fa54aac
1 changed files with 1 additions and 3 deletions
  1. 1 3
      package-system/AWSGameLiftServerSDK/test/CMakeLists.txt

+ 1 - 3
package-system/AWSGameLiftServerSDK/test/CMakeLists.txt

@@ -55,7 +55,5 @@ find_package(AWSGameLiftServerSDK)
 
 add_executable(test_AWSGameLift test_AWSGameLiftServer.cpp)
 
-target_link_libraries(test_AWSGameLift Threads::Threads)
 
-
-target_link_libraries(test_AWSGameLift PRIVATE 3rdParty::OpenSSL 3rdParty::AWSGameLiftServerSDK)
+target_link_libraries(test_AWSGameLift PRIVATE Threads::Threads 3rdParty::OpenSSL 3rdParty::AWSGameLiftServerSDK)