Skip to content

Commit

Permalink
adding modifiedJelly tar to source for cmake compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRichards2017 committed Feb 26, 2019
1 parent 6bd47a7 commit c767817
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions configure.sh
Expand Up @@ -11,12 +11,4 @@ perl -p -i -e "s/RDIR=.*\n/RDIR=$( echo $(pwd)| perl -p -i -e "s/\//\\\\\//g")\n
perl -p -i -e "s/RDIR=.*\n/RDIR=$( echo $(pwd)| perl -p -i -e "s/\//\\\\\//g")\n/g" cloud/RunJellyForRUFUS.UGP
perl -p -i -e "s/RDIR=.*\n/RDIR=$( echo $(pwd)| perl -p -i -e "s/\//\\\\\//g")\n/g" runRufus.sh

RUFUS_DIR=$(pwd)

if [ ! -d "bin" ]; then
mkdir bin
fi
if [ ! -d "bin/externals" ]; then
cd bin && mkdir externals && cd externals && mkdir external && cd external && touch CMakeLists.txt
fi

2 changes: 1 addition & 1 deletion externals/CMakeLists.txt
Expand Up @@ -19,7 +19,7 @@ LIST(APPEND RUFUS_DEPENDENCIES ${MODIFIED_JELLYFISH_PROJECT})



SET(RUFUS_SOURCE_DIR ${CMAKE_SOURCE_DIR}/bin/externals/external CACHE INTERNAL "" FORCE)
SET(RUFUS_SOURCE_DIR ${CMAKE_SOURCE_DIR}/src/externals/external CACHE INTERNAL "" FORCE)

SET(RUFUS_EXTERNAL_PROJECT_DIR ${CMAKE_BINARY_DIR}/externals/rufus_external_project CACHE INTERNAL "external project directory")
SET(RUFUS_EXTERNAL_PROJECT rufus_external_project CACHE INTERNAL "all rufus external projects")
Expand Down
2 changes: 1 addition & 1 deletion externals/modifiedJellyfish.cmake
Expand Up @@ -7,7 +7,7 @@ SET(MODIFIED_JELLYFISH_LIB)


ExternalProject_Add(${MODIFIED_JELLYFISH_PROJECT}
URL https://github.com/WilliamRichards2017/modifiedJellyfish/blob/master/modifiedJellyfish.tar.gz
URL ${PROJECT_SOURCE_DIR}/src/modifiedJellyfish.tar.gz

CONFIGURE_COMMAND ${PROJECT_SOURCE_DIR}/bin/externals/modified_jellyfish/src/modified_jellyfish_project/configure --prefix=${PROJECT_SOURCE_DIR}/bin/externals/modified_jellyfish/src/modified_jellyfish_project/
BUILD_IN_SOURCE 1
Expand Down
Empty file.
Binary file added src/modifiedJellyfish.tar.gz
Binary file not shown.

0 comments on commit c767817

Please sign in to comment.