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 cc9da81 commit 37e7616Copy full SHA for 37e7616
unittest/CMakeLists.txt
@@ -47,7 +47,7 @@ function(config_bind_optional tagname opttype)
47
48
set(py_file test_optional_${tagname}.py)
49
configure_file(python/test_optional.py.in
50
- ${CMAKE_CURRENT_SOURCE_DIR}/python/${py_file})
+ ${CMAKE_CURRENT_BINARY_DIR}/python/${py_file})
51
add_lib_unit_test(${MODNAME})
52
message(
53
STATUS
0 commit comments