this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Resolve a clean build failure

Regression relating to removing the extensions from all the tools

+1 -1
+1 -1
cmake/pyc.cmake
··· 15 15 16 16 set(output_name "${CMAKE_CURRENT_BINARY_DIR}/${dirName}/${bareName}c") 17 17 add_custom_command(OUTPUT "${output_name}" 18 - COMMAND "${CMAKE_SOURCE_DIR}/tools/pyc.py" "${pyfile}" "${CMAKE_CURRENT_BINARY_DIR}/${dirName}/${bareName}c" 18 + COMMAND "${CMAKE_SOURCE_DIR}/tools/pyc" "${pyfile}" "${CMAKE_CURRENT_BINARY_DIR}/${dirName}/${bareName}c" 19 19 WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}") 20 20 21 21 list(APPEND generated_files "${output_name}")