Skip to content

Commit d2ed7da

Browse files
guitargeekGalinBistrev2
authored andcommitted
[CMake] Fix typo in Windows installation step
Follows up on 3b2ce69, where I accidentally wrote `.ps2` instead of `.ps1` in one place.
1 parent 3988dbf commit d2ed7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/RootConfiguration.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ if(WIN32)
752752
if(thisroot_scripts)
753753
configure_file(${CMAKE_SOURCE_DIR}/config/thisroot.bat ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/thisroot.bat @ONLY)
754754
configure_file(${CMAKE_SOURCE_DIR}/config/thisroot.ps1 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/thisroot.ps1 @ONLY)
755-
list(APPEND list_of_thisroot_scripts thisroot.bat thisroot.ps2)
755+
list(APPEND list_of_thisroot_scripts thisroot.bat thisroot.ps1)
756756
endif()
757757
configure_file(${CMAKE_SOURCE_DIR}/config/root.rc.in ${CMAKE_BINARY_DIR}/etc/root.rc @ONLY)
758758
configure_file(${CMAKE_SOURCE_DIR}/config/root-manifest.xml.in ${CMAKE_BINARY_DIR}/etc/root-manifest.xml @ONLY)

0 commit comments

Comments
 (0)