Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jougs committed Jun 22, 2023
1 parent 13f86fe commit b737599
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/ProcessOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,12 @@ function( NEST_PROCESS_MODELS )
"${PROJECT_SOURCE_DIR}" "${PROJECT_BINARY_DIR}" "${BUILTIN_MODELS}"
WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}"
OUTPUT_VARIABLE MODELS_SOURCES
ERROR_VARIABLE MODELS_SOURCES
)

message(${MODELS_SOURCES})
message("#################################")

set( BUILTIN_MODELS ${BUILTIN_MODELS} PARENT_SCOPE )
set( MODELS_SOURCES_GENERATED ${MODELS_SOURCES} PARENT_SCOPE )
endfunction()
Expand Down

0 comments on commit b737599

Please sign in to comment.