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.
2 parents 83799e6 + d4d936f commit 886e593Copy full SHA for 886e593
source/adapters/CMakeLists.txt
@@ -9,7 +9,7 @@ function(add_ur_adapter name)
9
set(TARGET_LIBNAME ${name})
10
string(TOUPPER ${TARGET_LIBNAME} TARGET_LIBNAME)
11
12
- set(ADAPTER_VERSION_SCRIPT ${name}.def)
+ set(ADAPTER_VERSION_SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/${name}.def)
13
14
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../adapter.def.in ${ADAPTER_VERSION_SCRIPT} @ONLY)
15
set_target_properties(${name} PROPERTIES
0 commit comments