Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 1, 2019
1 parent 3436e0e commit 5809a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1357,7 +1357,7 @@ if(WIN32)
copy_file_to_build_dir(DIRECT ${PLATFORM_DISTRIB_DIR} ./Python/Scripts start_jupyter.py)

install(FILES ${PLATFORM_DISTRIB_DIR}/start_jupyter.py
DESTINATION ./Python/Scripts)
DESTINATION ${RELATIVE_PYTHON_SCRIPT_DIR})

# File type association
# Note: the calls to SHChangeNotify are to ensure that Windows refreshes
Expand Down

0 comments on commit 5809a68

Please sign in to comment.