|
@@ -28,7 +28,7 @@ function(_igl_include_full prefix name force)
|
|
|
set(CMAKE_MODULE_PATH ${igl_module_path})
|
|
set(CMAKE_MODULE_PATH ${igl_module_path})
|
|
|
|
|
|
|
|
# Include igl target definition
|
|
# Include igl target definition
|
|
|
- if(LIBIGL${prefix_uc}_WITH_${name_uc} OR ${force})
|
|
|
|
|
|
|
+ if(LIBIGL_WITH${prefix_uc}_${name_uc} OR ${force})
|
|
|
include(${libigl_SOURCE_DIR}/cmake/igl/modules/${prefix}/${name}.cmake)
|
|
include(${libigl_SOURCE_DIR}/cmake/igl/modules/${prefix}/${name}.cmake)
|
|
|
endif()
|
|
endif()
|
|
|
endfunction()
|
|
endfunction()
|