Skip to content

Commit

Permalink
Update source generation jeaye#25
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Apr 6, 2015
1 parent 99c8712 commit c3ae30f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ include_directories(
${ZLIB_INCLUDE_PATH}
)

message("Generating sources ...")
execute_process(COMMAND
lib/generate_sources ${CMAKE_CURRENT_LIST_DIR} ${LLVM_ROOT_PATH})
message("Generating sources ... ")
execute_process(
COMMAND ${CMAKE_CURRENT_LIST_DIR}/lib/generate_sources ${CMAKE_CURRENT_LIST_DIR} ${LLVM_ROOT_PATH})

add_library(boost_parts STATIC ${BOOST_SRC})

Expand Down
2 changes: 1 addition & 1 deletion lib/generate_sources
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pwd=$1
clang_dir=$2
target=$1/include/env/impl.hpp
target=$pwd/include/env/impl.hpp

[ -f $target ] && rm -f $target
cat <<EOF > $target
Expand Down

0 comments on commit c3ae30f

Please sign in to comment.