SFML is required for link support.

This commit is contained in:
Adam Sampson 2016-11-10 11:39:45 +00:00
parent 0d6b94afb7
commit 4bf4248985
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ if( ENABLE_LINK )
if(WIN32)
set(SFML_STATIC_LIBRARIES TRUE)
endif(WIN32)
FIND_PACKAGE ( SFML 2 COMPONENTS network system )
FIND_PACKAGE ( SFML 2 COMPONENTS network system REQUIRED )
endif( ENABLE_LINK )
# set the standard libraries all ports use