Browse Source

getopt include breaks the build for linux

Bill Robinson 12 years ago
parent
commit
1501c048e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Tools/Contents/polyimport/CMakeLists.txt

+ 0 - 1
Tools/Contents/polyimport/CMakeLists.txt

@@ -3,7 +3,6 @@ INCLUDE(PolycodeIncludes)
 FIND_PACKAGE(Assimp REQUIRED)
 INCLUDE_DIRECTORIES(
     ${ASSIMP_INCLUDE_DIR} 
-	${Polycode_SOURCE_DIR}/Tools/Dependencies/getopt
     Include)
 
 IF(WIN32)