File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ jobs:
333333 -B ${{env.BUILD_DIR}}
334334 -DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
335335 -DUMF_BUILD_SHARED_LIBRARY=ON
336- -DUMF_BUILD_EXAMPLES=OFF
336+ -DUMF_BUILD_EXAMPLES=ON
337337 -DUMF_FORMAT_CODE_STYLE=OFF
338338 -DUMF_DEVELOPER_MODE=ON
339339 -DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
@@ -376,7 +376,7 @@ jobs:
376376 -B ${{env.BUILD_DIR}}
377377 -DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
378378 -DUMF_BUILD_SHARED_LIBRARY=OFF
379- -DUMF_BUILD_EXAMPLES=OFF
379+ -DUMF_BUILD_EXAMPLES=ON
380380 -DUMF_FORMAT_CODE_STYLE=OFF
381381 -DUMF_DEVELOPER_MODE=ON
382382 -DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ add_umf_executable(
2020 SRCS basic/basic.c
2121 LIBS umf ${LIBHWLOC_LIBRARIES} )
2222
23+ message (STATUS "LIBHWLOC_LIBRARIES ${LIBHWLOC_LIBRARIES} <--" )
24+
2325target_include_directories (
2426 ${EXAMPLE_NAME} PRIVATE ${UMF_CMAKE_SOURCE_DIR} /src/utils
2527 ${UMF_CMAKE_SOURCE_DIR} /include )
You can’t perform that action at this time.
0 commit comments