Skip to content

Commit

Permalink
Merge 51a02a1 into c751177
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Mar 15, 2018
2 parents c751177 + 51a02a1 commit 32365fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ include(CMakeDependentOption)
set(_CORRECT_CMAKE_MODULE_PATH FALSE)
# First check if the CMAKE_MODULE_PATH is already set properly.
foreach(_PATH ${CMAKE_MODULE_PATH})
if (EXISTS "${_PATH}/OCMiscFunctions.cmake")
if (EXISTS "${_PATH}/OpenCMISS/OCMiscFunctions.cmake")
set(_CORRECT_CMAKE_MODULE_PATH TRUE)
set(IRON_CMAKE_MODULE_PATH "${_PATH}" CACHE STRING "Location of OpenCMISS CMake modules.")
break()
endif ()
endforeach()
Expand Down

0 comments on commit 32365fc

Please sign in to comment.