| OpenCASCADEConfig.cmake |
 |
| Sahithya Wintrich |
2012/11/20 00:57 |
Hello,
I just installed and build the latest Open Cascade Technology version on my Linux machine. I am trying to use Open Cascade with CMakeLists.txt. I read somewhere that "OpenCASCADEConfig.cmake" allows me to specify in my CMakeLists.txt:
FIND_PACKAGE(OpenCASCADE REQUIRED)
INCLUDE_DIRECTORIES(${OpenCASCADE_INCLUDE_DIR})
But I am unable to do so. Any suggestions?
Sahithya |
 |
| | | |