Skip to content

Commit

Permalink
Remove LLVM path set in CMakeLists.txt on macOS (#58)
Browse files Browse the repository at this point in the history
* Remove LLVM path set in CMakeLists.txt on macOS
  • Loading branch information
swallat authored May 7, 2019
1 parent 1823c1e commit b0d460d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ if(APPLE AND CMAKE_HOST_APPLE)
message(STATUS " Set Environment Variable:")
message(STATUS " LDFLAGS=\"-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib\"")
message(STATUS " CPPFLAGS=\"-I/usr/local/opt/llvm/include\"")
set(CMAKE_C_COMPILER /usr/local/opt/llvm/bin/clang)
set(CMAKE_CXX_COMPILER /usr/local/opt/llvm/bin/clang++)
set(ENV{LDFLAGS} "-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib")
set(ENV{CPPFLAGS} "-I/usr/local/opt/llvm/include")
endif(APPLE AND CMAKE_HOST_APPLE)

# Configure CCache if available
Expand Down
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hal-reverse (1.0.11) bionic; urgency=high

* Minor fixes

-- Sebastian Wallat <sebastian.wallat@rub.de> Tue, 30 Apr 2019 19:46:40 +0200

hal-reverse (1.0.10) bionic; urgency=high

* Add python editor save-as button and fix load/save logic (#55)
Expand Down

0 comments on commit b0d460d

Please sign in to comment.