Skip to content

Commit

Permalink
Fix batch installation on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Dec 5, 2014
1 parent 01b71f6 commit f65be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ endif()

if(WIN32)
install(DIRECTORY python DESTINATION ${TEMPUS_INSTALL_DATA_DIRECTORY})
install(FILES batch/random_batch.py DESTINATION ${TEMPUS_INSTALL_DATA_DIRECTORY})
install(FILES batch/random_batch.py DESTINATION ${TEMPUS_INSTALL_DATA_DIRECTORY}/batch)
endif()

0 comments on commit f65be15

Please sign in to comment.