Browse Source

LibIGL --> libigl

Alec Jacobson 6 năm trước cách đây
mục cha
commit
3934ce09d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -17,7 +17,7 @@ option(LIBIGL_EXPORT_TARGETS   "Export libigl CMake targets"   ${LIBIGL_TOPLEVEL
 # USE_STATIC_LIBRARY speeds up the generation of multiple binaries,
 # USE_STATIC_LIBRARY speeds up the generation of multiple binaries,
 # at the cost of a longer initial compilation time
 # at the cost of a longer initial compilation time
 # (by default, static build is off since libigl is a header-only library)
 # (by default, static build is off since libigl is a header-only library)
-option(LIBIGL_USE_STATIC_LIBRARY "Use LibIGL as static library" ON)
+option(LIBIGL_USE_STATIC_LIBRARY "Use libigl as static library" ON)
 
 
 # All dependencies that are downloaded as cmake projects and tested on the auto-builds are ON
 # All dependencies that are downloaded as cmake projects and tested on the auto-builds are ON
 # (by default, all build options are off)
 # (by default, all build options are off)