Skip to content

Commit

Permalink
Fix for ROOT-8375 - Spurious CMake warning in configure/make configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
peremato authored and sftnight committed Oct 14, 2016
1 parent dd4f7fa commit 466279d
Showing 1 changed file 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 @@ -327,6 +327,8 @@ endmacro(add_cling_executable)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

option(ROOT_CLASSIC "Building as part of the ROOT (classic)." OFF)

if(DEFINED ROOT_BINARY_DIR)
# Building as part of ROOT (CMake)
include_directories(BEFORE
Expand Down

0 comments on commit 466279d

Please sign in to comment.