We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3988dbf commit d2ed7daCopy full SHA for d2ed7da
cmake/modules/RootConfiguration.cmake
@@ -752,7 +752,7 @@ if(WIN32)
752
if(thisroot_scripts)
753
configure_file(${CMAKE_SOURCE_DIR}/config/thisroot.bat ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/thisroot.bat @ONLY)
754
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)
+ list(APPEND list_of_thisroot_scripts thisroot.bat thisroot.ps1)
756
endif()
757
configure_file(${CMAKE_SOURCE_DIR}/config/root.rc.in ${CMAKE_BINARY_DIR}/etc/root.rc @ONLY)
758
configure_file(${CMAKE_SOURCE_DIR}/config/root-manifest.xml.in ${CMAKE_BINARY_DIR}/etc/root-manifest.xml @ONLY)
0 commit comments