cmake: update BUILD_PATH to BUILD_CAM (#16040)
This commit is contained in:
@@ -70,9 +70,9 @@ if(BUILD_PART_DESIGN)
|
||||
add_subdirectory(PartDesign)
|
||||
endif(BUILD_PART_DESIGN)
|
||||
|
||||
if(BUILD_PATH)
|
||||
if(BUILD_CAM)
|
||||
add_subdirectory(CAM)
|
||||
endif(BUILD_PATH)
|
||||
endif(BUILD_CAM)
|
||||
|
||||
if(BUILD_PLOT)
|
||||
add_subdirectory(Plot)
|
||||
|
||||
Reference in New Issue
Block a user