We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ba8e9 commit 91f14d7Copy full SHA for 91f14d7
CMakeLists.txt
@@ -251,8 +251,8 @@ else()
251
252
set(LIBHWLOC_INCLUDE_DIRS
253
${hwloc_targ_SOURCE_DIR}/include;${hwloc_targ_BINARY_DIR}/include)
254
- set(LIBHWLOC_LIBRARY_DIRS
255
- ${hwloc_targ_BINARY_DIR}/Release;${hwloc_targ_BINARY_DIR}/Debug)
+ set(LIBHWLOC_LIBRARY_DIRS ${hwloc_targ_BINARY_DIR}/$<CONFIG>)
+ set(LIBHWLOC_LIBRARIES ${hwloc_targ_BINARY_DIR}/$<CONFIG>/hwloc.lib)
256
else()
257
include(FetchContent)
258
message(
0 commit comments