Skip to content

Commit

Permalink
gmi_sim: fix discrete modeler help string
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jul 31, 2017
1 parent 6ceeef4 commit e970f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmi_sim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()

option(SIM_PARASOLID "Enable Parasolid interface" OFF)
option(SIM_ACIS "Enable Acis interface" OFF)
option(SIM_DISCRETE "Enable Acis interface" ON)
option(SIM_DISCRETE "Enable Simmetrix discrete modeler interface" ON)
# this file brings SIM_PARASOLID, SIM_ACIS, SIM_DISCRETE from CMake to C++
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/gmi_sim_config.h.in"
"${CMAKE_CURRENT_BINARY_DIR}/gmi_sim_config.h")
Expand Down

0 comments on commit e970f73

Please sign in to comment.