Skip to content

Commit

Permalink
compiler: move the tarball of the source files of nvopencc outside of…
Browse files Browse the repository at this point in the history
… the repository
  • Loading branch information
m-iwata committed Nov 10, 2014
1 parent db4a044 commit e328438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/open64/CMakeLists.txt
Expand Up @@ -10,7 +10,8 @@ if (GCC_VERSION VERSION_LESS 4.7)
if(EXISTS ${PERL4_CORELIBS})
if(EXISTS ${TCSH})
EXECUTE_PROCESS(
COMMAND tar xzf ${CMAKE_CURRENT_SOURCE_DIR}/nvopencc_5.0_src_13604779.tar.gz
COMMAND wget -O - https://github.com/shinpei0208/gdev-nvopencc/blob/master/nvopencc_5.0_src_13604779.tar.gz?raw=true
COMMAND tar xzf -
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
EXECUTE_PROCESS(
Expand Down
Binary file removed compiler/open64/nvopencc_5.0_src_13604779.tar.gz
Binary file not shown.

0 comments on commit e328438

Please sign in to comment.