Skip to content

Commit

Permalink
Fix for including CMake in another project
Browse files Browse the repository at this point in the history
Change-Id: I1462a4bab8cd5fbf9f529e4ccc355000b10ed026
  • Loading branch information
bfliflet committed Jan 25, 2019
1 parent b949176 commit 15d6b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ message(STATUS "${CMAKE_BUILD_TYPE} build configuration")

# Set the runtime source directory
if(NOT DEFINED IGDRCL_SOURCE_DIR)
set(IGDRCL_SOURCE_DIR ${CMAKE_SOURCE_DIR})
set(IGDRCL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
endif()

# Set our build directory
Expand Down

0 comments on commit 15d6b24

Please sign in to comment.