Skip to content

Commit

Permalink
Merge branch 'master' into feature/function-address
Browse files Browse the repository at this point in the history
  • Loading branch information
alehaa committed Dec 9, 2019
2 parents 858aac4 + a30550c commit 3fa8cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions externals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ endif()
#======================================================
find_package(wrap QUIET)
if(wrap_FOUND)
find_package_message(wrap "Found warp: ${wrap_DIR}" "${wrap_DIR}")
find_package_message(wrap "Found wrap: ${wrap_DIR}" "${wrap_DIR}")
else()
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wrap/CMakeLists.txt)
ADD_SUBDIRECTORY (wrap)
find_package_message(wrap "Found warp as submodule." "submodule")
find_package_message(wrap "Found wrap as submodule." "submodule")
set(WRAP ${CMAKE_CURRENT_SOURCE_DIR}/wrap/wrap.py)
set(GETSTATUSSIZE ${CMAKE_CURRENT_SOURCE_DIR}/wrap/getStatusSize.f)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/wrap/wrap-config.cmake.in
Expand Down

0 comments on commit 3fa8cb3

Please sign in to comment.