Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 19, 2024
1 parent 3ade1e3 commit da9a047
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ foreach(script_name ${dla_scripts})
${CMAKE_CURRENT_BINARY_DIR}/${script_name} @ONLY)
endforeach(script_name ${dla_scripts})

set(DSQSS_PYTHONPATH
"${CMAKE_INSTALL_PREFIX}/lib/python${python_version_mm}/site-packages"
)
configure_file(cmake/dsqssvars.sh.in
${CMAKE_CURRENT_BINARY_DIR}/dsqssvars-${DSQSS_VERSION}.sh @ONLY)
configure_file(cmake/install.sh.in ${CMAKE_CURRENT_BINARY_DIR}/install.sh @ONLY)

install(
CODE "execute_process(COMMAND sh ${CMAKE_CURRENT_BINARY_DIR}/install.sh)")

0 comments on commit da9a047

Please sign in to comment.