We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac3836 commit dd61ad9Copy full SHA for dd61ad9
netgen/bld.bat
@@ -1,4 +1,4 @@
1
-mkdir build -p
+mkdir build
2
cd build
3
4
cmake .. -G "Ninja" ^
@@ -22,4 +22,4 @@ mkdir %LIBRARY_PREFIX%\include\netgen -p
22
rem this line is not correct. There is already a mydef.hpp in the include files
23
rem better just move the config.h and make FreeCAD-cmake look for a congfig.h instead of
24
rem a mydefs.hpp
25
-Copy %SRC_DIR%\build\config.h %LIBRARY_PREFIX%\include\netgen\mydefs.hpp
+Copy %LIBRARY_PREFIX%\include\include\mydefs.hpp %LIBRARY_PREFIX%\include\netgen\mydefs.hpp
0 commit comments