Skip to content

Commit

Permalink
isolate eCAL cmake find logic from existing eCAL installation (eclips…
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky authored Nov 22, 2023
1 parent 263c7c0 commit 4a17c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ endif (POLICY CMP0077)
list(APPEND CMAKE_MODULE_PATH
${CMAKE_CURRENT_SOURCE_DIR}/cmake
${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)

set(eCAL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)

project(eCAL)
set(ECAL_PROJECT_ROOT "${CMAKE_CURRENT_LIST_DIR}")
Expand Down
File renamed without changes.

0 comments on commit 4a17c8a

Please sign in to comment.