Skip to content

Commit 33128f8

Browse files
committed
Update diagnostic msg
1 parent 0c1f549 commit 33128f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/underworld/libUnderworld/libUnderworldPy/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
2929

3030
SET(CMAKE_SWIG_FLAGS "-v" "-Wextra" "-O" "-c++" "-DSWIG_DO_NOT_WRAP")
3131

32-
message("This is Jules:")
32+
message("Swig diagnostics:")
3333
get_property(dirs DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES)
3434
foreach(dir ${dirs})
3535
message(STATUS "dir='${dir}'")
3636
endforeach()
3737
message(STATUS "UW_LIBRARIES=${UW_LIBRARIES}")
3838
message(STATUS "PETSc_LIBRARIES=${PETSc_LIBRARIES}")
39-
message("End Jules:")
39+
message("End Swig diagnostics:")
4040

4141
set_source_files_properties(Function.i PROPERTIES
4242
CPLUSPLUS ON

0 commit comments

Comments
 (0)