Merge pull request #39 from atsampson/master
SFML is required for link support.
This commit is contained in:
commit
1dc4ab845a
|
@ -136,7 +136,7 @@ if( ENABLE_LINK )
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(SFML_STATIC_LIBRARIES TRUE)
|
set(SFML_STATIC_LIBRARIES TRUE)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
FIND_PACKAGE ( SFML 2 COMPONENTS network system )
|
FIND_PACKAGE ( SFML 2 COMPONENTS network system REQUIRED )
|
||||||
endif( ENABLE_LINK )
|
endif( ENABLE_LINK )
|
||||||
|
|
||||||
# set the standard libraries all ports use
|
# set the standard libraries all ports use
|
||||||
|
|
Loading…
Reference in New Issue