Skip to content
Snippets Groups Projects
Verified Commit 37e76162 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix configure output file issue

parent cc9da81d
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ function(config_bind_optional tagname opttype) ...@@ -47,7 +47,7 @@ function(config_bind_optional tagname opttype)
set(py_file test_optional_${tagname}.py) set(py_file test_optional_${tagname}.py)
configure_file(python/test_optional.py.in configure_file(python/test_optional.py.in
${CMAKE_CURRENT_SOURCE_DIR}/python/${py_file}) ${CMAKE_CURRENT_BINARY_DIR}/python/${py_file})
add_lib_unit_test(${MODNAME}) add_lib_unit_test(${MODNAME})
message( message(
STATUS STATUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment