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 51fc0ad commit b3fb822Copy full SHA for b3fb822
src/CMakeLists.txt
@@ -2,9 +2,7 @@
2
add_subdirectory(AmrCore)
3
add_subdirectory(Base)
4
#add_subdirectory(Boundary)
5
-if (AMReX_EB)
6
- add_subdirectory(EB)
7
-endif()
+add_subdirectory(EB)
8
#add_subdirectory(Extern)
9
#add_subdirectory(LinearSolvers)
10
add_subdirectory(Particle)
src/EB/CMakeLists.txt
@@ -1,4 +1,7 @@
1
foreach(D IN LISTS AMReX_SPACEDIM)
+ if (NOT AMReX_EB)
+ return()
+ endif()
if (D EQUAL 1)
return()
endif()
0 commit comments