Explorar el Código

batch code was not parsed

Julius Pfrommer hace 9 años
padre
commit
c69e27f461
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/building.rst

+ 1 - 1
doc/building.rst

@@ -54,7 +54,7 @@ Building with CMake on Windows (Visual Studio)
    mkdir build
    cd build
    <path-to>\cmake.exe .. -G "Visual Studio 14 2015"
-   # Or use cmake-gui for a graphical user-interface
+   :: You can use use cmake-gui for a graphical user-interface to select single features
 
 - Then open "build\open62541.sln" in Visual Studio 2015 and build as usual