summaryrefslogtreecommitdiff
blob: 9f4baf8c2ce4531029ee85df600c0bdd190f9975 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libsfml-2.0.0_pre20121126/src/SFML/Graphics/CMakeLists.txt
+++ libsfml-2.0.0_pre20121126/src/SFML/Graphics/CMakeLists.txt
@@ -102,7 +102,7 @@
 endif()
 
 # add preprocessor symbols
-add_definitions(-DGLEW_STATIC -DSTBI_FAILURE_USERMSG)
+add_definitions(-DSTBI_FAILURE_USERMSG)
 
 # ImageLoader.cpp must be compiled with the -fno-strict-aliasing
 # when gcc is used; otherwise saving PNGs may crash in stb_image_write