[CMake] remove traces of assembly module

the assembly module was removed for FC 0.20 but it appears still in CMake as build option.

This PR tries to remove the remaining traces (maybe more needs to be done?)
This commit is contained in:
Uwe
2022-05-22 19:40:02 +02:00
committed by wwmayer
parent a4480b4ba7
commit daf2df6f80
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ link_directories(${OCC_LIBRARY_DIR})
set(Import_LIBS
Part
#Assembly
${OCC_OCAF_LIBRARIES}
${OCC_OCAF_DEBUG_LIBRARIES}
)