aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodicodi <rob.ceglinski@gmail.com>2016-12-07 23:33:00 +0100
committerGitHub <noreply@github.com>2016-12-07 23:33:00 +0100
commit040555ee81c0a70509e635f060836b7656fc4f36 (patch)
tree248defbb6354ddc4c8826e2e2fbfbca6e1703106
parentf047bd733e85b8e32b72a9f2a633255bb4da0fa8 (diff)
downloadvcpkg-040555ee81c0a70509e635f060836b7656fc4f36.tar.gz
vcpkg-040555ee81c0a70509e635f060836b7656fc4f36.zip
[sfml] this shouldn't be here...
-rw-r--r--ports/sfml/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/sfml/CMakeLists.txt b/ports/sfml/CMakeLists.txt
index 1eda7edb2..e8e16edec 100644
--- a/ports/sfml/CMakeLists.txt
+++ b/ports/sfml/CMakeLists.txt
@@ -3,7 +3,6 @@ project(SFML)
include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(${PROJECT_SOURCE_DIR}/src)
-include_directories(${SFML_DEPENDENCIES_PATH}/include)
if(NOT BUILD_SHARED_LIBS)
add_definitions(-DSFML_STATIC)