Skip to content

Commit

Permalink
add debugging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
arminms committed Oct 12, 2023
1 parent 0550a35 commit 7d42199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if(NOT DEFINED PROJECT_NAME)
else()
set(NOT_SUBPROJECT OFF)
set(P2RNG_COMPONENTS openmp CACHE INTERNAL "list of components")
message(STATUS "p2rng is in bundled mode")
endif()

## Set default build type to Release if none was specified
Expand Down Expand Up @@ -120,6 +121,7 @@ endif()
## try to find dependency for requested components when p2rng is being bundled
#
if (NOT NOT_SUBPROJECT)
message(STATUS "Finding component dependencies...")
list(FIND P2RNG_COMPONENTS cuda DEPENDS_ON_CUDA)
if (DEPENDS_ON_CUDA GREATER -1)
find_package(CUDAToolkit 11...12 REQUIRED)
Expand Down

0 comments on commit 7d42199

Please sign in to comment.