This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| dd if=EVGA.RTX3070.8192.200916.rom of=EVGA.RTX3070.8192.200916.rom.stripped bs=1 skip=37376 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| smooker@shd2 ~/src/FreeCAD/cMake $ cat FindOpenCasCade.cmake | |
| # Try to find OCE / OCC | |
| # Once done this will define | |
| # | |
| # OCC_FOUND - system has OCC - OpenCASCADE | |
| # OCC_INCLUDE_DIR - where the OCC include directory can be found | |
| # OCC_LIBRARY_DIR - where the OCC library directory can be found | |
| # OCC_LIBRARIES - Link this to use OCC | |
| # OCC_OCAF_LIBRARIES - Link this to use OCC OCAF framework |
NewerOlder