ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/CMakeLists.txt
(Generate patch)

Comparing magic/CMakeLists.txt (file contents):
Revision 617 by francois, Tue Dec 2 03:11:05 2014 UTC vs.
Revision 686 by francois, Tue Jul 7 14:45:11 2015 UTC

# Line 15 | Line 15 | project(MAGIC)
15   option(ENABLE_OCC "Magic Enable Occ" ON)
16   option(ENABLE_SAT "Magic Enable Sat" ON)
17   option(ENABLE_STEP "Magic Enable Step" ON)
18 + option(ENABLE_CAD4FE "Magic Enable CAD4FE" ON)
19   option(ENABLE_IBREP "Magic Enable IBREP" OFF)
20   option(ENABLE_TOIBREP "Magic Enable TOIBREP" ON)
21   option(ENABLE_NUTIL "Magic Enable NUTIL (pour la visu VTK)" OFF)
# Line 90 | Line 91 | endif(ENABLE_SAT)
91  
92   if(ENABLE_OCC)
93   add_definitions(-DBREP_OCC)
94 + add_definitions(-DCSG_OCC)
95   endif(ENABLE_OCC)
96   if(ENABLE_STEP)
97   add_definitions(-DBREP_STEP)
# Line 105 | Line 107 | add_definitions(-DIBREP)
107   endif(ENABLE_IBREP)
108   if(ENABLE_NUTIL)
109   add_subdirectory(${CADXFEM_PATH}/nutil "${CMAKE_CURRENT_BINARY_DIR}/nutil")
110 < #add_definitions(-DVTK_INTERFACE)
110 > add_definitions(-DVTK_INTERFACE)
111   endif(ENABLE_NUTIL)
112  
113 + if (ENABLE_CAD4FE)
114 + add_definitions(-DUSECAD4FE)
115 + endif(ENABLE_CAD4FE)
116 +
117 +
118   message(STATUS "Configuration de MAGiC${annee}:1999-${dateannee}")
119  
120  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines