File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -450,11 +450,11 @@ include\(\"${CMakeProject_BINARY_DIR}/cmake_install.cmake\")
450
450
install (${type} ${file} DESTINATION "${relative_directory} " ${_permissions} )
451
451
endforeach ()
452
452
453
- # Prepare entry points
454
- foreach ( program IN ITEMS cmake ctest cpack ccmake)
455
- configure_file (scripts/entry-point.py.in " ${CMAKE_CURRENT_BINARY_DIR} /bin/ ${program} " )
456
- message ( STATUS "INSTALLING TO: ${SKBUILD_SCRIPTS_DIR } " )
457
- install (PROGRAMS " ${CMAKE_CURRENT_BINARY_DIR} /bin/ ${program} " DESTINATION " ${SKBUILD_SCRIPTS_DIR} " )
458
- endforeach ( )
459
- endif ()
453
+ endif ()
454
+ # Prepare entry points
455
+ foreach ( program IN ITEMS cmake ctest cpack ccmake )
456
+ configure_file (scripts/entry-point.py.in " ${CMAKE_CURRENT_BINARY_DIR} /bin/ ${program } " )
457
+ message ( STATUS "INSTALLING TO: ${SKBUILD_SCRIPTS_DIR} " )
458
+ install (PROGRAMS " ${CMAKE_CURRENT_BINARY_DIR} /bin/ ${program} " DESTINATION " ${SKBUILD_SCRIPTS_DIR} " )
459
+ endforeach ()
460
460
endif ()
You can’t perform that action at this time.
0 commit comments