Ver Fonte

Merge pull request #434 from wivlaro/linux-build-fix-getopt-override

getopt include breaks the build for linux
Ivan Safrin há 12 anos atrás
pai
commit
3d843359e1
1 ficheiros alterados com 0 adições e 1 exclusões
  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)