Skip to content

Commit

Permalink
Merge branch 'development' into MultiLevelMOST
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Dec 21, 2024
2 parents 058768c + 9ecae90 commit bd21385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ add_library(erf_api)
if (BUILD_SHARED_LIBS)
set_target_properties(erf_api PROPERTIES POSITION_INDEPENDENT_CODE ON)
endif()
if (ERF_GPU_BACKEND STREQUAL "CUDA")
if (ERF_ENABLE_CUDA)
setup_target_for_cuda_compilation(erf_api)
endif ()
target_link_libraries(erf_api PUBLIC erf_srclib)
Expand Down

0 comments on commit bd21385

Please sign in to comment.