hedgewars/CMakeLists.txt
changeset 8697 9624836094de
parent 8688 88a6114a318c
child 8702 a28966180a29
equal deleted inserted replaced
8695:63936a70c177 8697:9624836094de
   165     list(APPEND pascal_flags "-FD${compiler_dir}")
   165     list(APPEND pascal_flags "-FD${compiler_dir}")
   166 endif(APPLE)
   166 endif(APPLE)
   167 
   167 
   168 find_package_or_disable_msg(PNG NOPNG "Screenshots will be saved in BMP")
   168 find_package_or_disable_msg(PNG NOPNG "Screenshots will be saved in BMP")
   169 if(PNG_FOUND)
   169 if(PNG_FOUND)
   170     list(APPEND pascal_flags "-dPNG_SCREENSHOTS")
   170     list(REMOVE_AT PNG_INCLUDE_DIR 1) #removing the zlib include path
       
   171     list(APPEND pascal_flags "-dPNG_SCREENSHOTS -Fl${PNG_INCLUDE_DIR}")
   171 endif()
   172 endif()
   172 
   173 
   173 
   174 
   174 #this command is a workaround to some inlining issues present in older FreePascal versions and fixed in 2.6
   175 #this command is a workaround to some inlining issues present in older FreePascal versions and fixed in 2.6
   175 if(FREEPASCAL_VERSION VERSION_LESS "2.6")
   176 if(FREEPASCAL_VERSION VERSION_LESS "2.6")