CMakeLists.txt: fix paths when FTDIPP is set
[libftdi] / CMakeLists.txt
index 5aecafc..3b0b87c 100644 (file)
@@ -136,7 +136,7 @@ endif ()
 
 add_subdirectory(src)
 if ( FTDIPP )
-  project(libftdipp1 C CXX)
+  project(libftdi1 C CXX)
   add_subdirectory(ftdipp)
 endif ()
 if ( PYTHON_BINDINGS )