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 2c36716 commit 955e0d7Copy full SHA for 955e0d7
1 file changed
CMakeLists.txt
@@ -146,6 +146,9 @@ if(QUOKKA_ENABLE_AMREX_HYDRO)
146
add_subdirectory(${QuokkaCode_SOURCE_DIR}/extern/AMReX-Hydro ${QuokkaCode_BINARY_DIR}/AMReX-Hydro)
147
endif()
148
add_subdirectory(${QuokkaCode_SOURCE_DIR}/extern/fmt ${QuokkaCode_BINARY_DIR}/fmt)
149
+if(AMReX_GPU_BACKEND MATCHES "HIP")
150
+ target_compile_definitions(fmt PRIVATE FMT_USE_ASSERTIONS=0)
151
+endif()
152
add_subdirectory(${QuokkaCode_SOURCE_DIR}/extern/yaml-cpp ${QuokkaCode_BINARY_DIR}/yaml-cpp)
153
add_subdirectory(${QuokkaCode_SOURCE_DIR}/extern/turbulence/plugins/AMReX ${QuokkaCode_BINARY_DIR}/turbulence)
154
0 commit comments