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:
333
333
-B ${{env.BUILD_DIR}}
334
334
-DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
335
335
-DUMF_BUILD_SHARED_LIBRARY=ON
336
- -DUMF_BUILD_EXAMPLES=OFF
336
+ -DUMF_BUILD_EXAMPLES=ON
337
337
-DUMF_FORMAT_CODE_STYLE=OFF
338
338
-DUMF_DEVELOPER_MODE=ON
339
339
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
@@ -376,7 +376,7 @@ jobs:
376
376
-B ${{env.BUILD_DIR}}
377
377
-DCMAKE_INSTALL_PREFIX="${{env.INSTL_DIR}}"
378
378
-DUMF_BUILD_SHARED_LIBRARY=OFF
379
- -DUMF_BUILD_EXAMPLES=OFF
379
+ -DUMF_BUILD_EXAMPLES=ON
380
380
-DUMF_FORMAT_CODE_STYLE=OFF
381
381
-DUMF_DEVELOPER_MODE=ON
382
382
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ add_umf_executable(
20
20
SRCS basic/basic.c
21
21
LIBS umf ${LIBHWLOC_LIBRARIES} )
22
22
23
+ message (STATUS "LIBHWLOC_LIBRARIES ${LIBHWLOC_LIBRARIES} <--" )
24
+
23
25
target_include_directories (
24
26
${EXAMPLE_NAME} PRIVATE ${UMF_CMAKE_SOURCE_DIR} /src/utils
25
27
${UMF_CMAKE_SOURCE_DIR} /include )
You can’t perform that action at this time.
0 commit comments