mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
compile without occ
This commit is contained in:
parent
2e67060ee1
commit
aaba936998
@ -23,7 +23,9 @@ libnglib_la_LDFLAGS = -avoid-version
|
||||
# -rdynamic
|
||||
|
||||
|
||||
bin_PROGRAMS = ng_vol ng_stl ng_occ
|
||||
bin_PROGRAMS = ng_vol ng_stl
|
||||
# ng_occ
|
||||
|
||||
ng_vol_SOURCES = ng_vol.cpp
|
||||
ng_vol_LDADD = \
|
||||
libnglib.la
|
||||
@ -32,8 +34,8 @@ ng_stl_LDADD = \
|
||||
libnglib.la
|
||||
|
||||
|
||||
ng_occ_SOURCES = ng_occ.cpp
|
||||
ng_occ_LDADD = \
|
||||
libnglib.la
|
||||
# ng_occ_SOURCES = ng_occ.cpp
|
||||
# ng_occ_LDADD = \
|
||||
# libnglib.la
|
||||
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#ifdef OCCGEOMETRY
|
||||
|
||||
#include <iostream>
|
||||
#include <climits>
|
||||
|
||||
@ -142,4 +140,3 @@ int main (int argc, char ** argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user