Skip to content
Snippets Groups Projects
Commit eb4644ae authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

setup Rpath for MacOS

parent fa755e1c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ project(hcana VERSION 0.90 LANGUAGES CXX) ...@@ -4,6 +4,8 @@ project(hcana VERSION 0.90 LANGUAGES CXX)
option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" OFF) option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" OFF)
include(cmake/os.cmake)
find_package(ROOT 6.0 REQUIRED CONFIG) find_package(ROOT 6.0 REQUIRED CONFIG)
include(${ROOT_USE_FILE}) include(${ROOT_USE_FILE})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment