Skip to content

Commit

Permalink
not a regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Sep 19, 2024
1 parent 70d156a commit 84d1307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ make_directory(${CMAKE_CURRENT_BINARY_DIR})
foreach(pyfile ${PYTHON_TESTS})
get_filename_component(test_name ${pyfile} NAME_WE)
string(REGEX REPLACE "^test_" "${PROJECT_NAME}-test-py-" test_name ${test_name})
string(REGEX REPLACE "_" "-" test_name ${test_name})
string(REPLACE "_" "-" test_name ${test_name})
execute_process(
COMMAND ${CMAKE_COMMAND} -E create_symlink ${CMAKE_CURRENT_SOURCE_DIR}/${pyfile}
${CMAKE_CURRENT_BINARY_DIR}/${pyfile}
Expand Down

0 comments on commit 84d1307

Please sign in to comment.