Skip to content

Commit 84d1307

Browse files
committed
not a regex
1 parent 70d156a commit 84d1307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ make_directory(${CMAKE_CURRENT_BINARY_DIR})
2626
foreach(pyfile ${PYTHON_TESTS})
2727
get_filename_component(test_name ${pyfile} NAME_WE)
2828
string(REGEX REPLACE "^test_" "${PROJECT_NAME}-test-py-" test_name ${test_name})
29-
string(REGEX REPLACE "_" "-" test_name ${test_name})
29+
string(REPLACE "_" "-" test_name ${test_name})
3030
execute_process(
3131
COMMAND ${CMAKE_COMMAND} -E create_symlink ${CMAKE_CURRENT_SOURCE_DIR}/${pyfile}
3232
${CMAKE_CURRENT_BINARY_DIR}/${pyfile}

0 commit comments

Comments
 (0)