Keep consitency in CMake if statements

master
michal.szwaj@o2.pl 2018-03-10 13:25:06 +01:00
parent 529fe29bcc
commit 49f45e4b0c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ add_definitions(-DBOOST_ALL_DYN_LINK)
if(WIN32)
set(WINSOCK2_LIBRARIES "ws2_32")
endif()
endif(WIN32)
if(AASDK_TEST)
include(ExternalGtest)