Skip to content

Commit

Permalink
Removing left-out endif() statement
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <vedantnimjed@gmail.com>
  • Loading branch information
vrnimje committed Jan 23, 2024
1 parent 0287f31 commit d0f3a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/HPX_SetupBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ if(HPX_WITH_FETCH_BOOST)
"cd ${CMAKE_BINARY_DIR}\\_deps\\boost-src && .\\bootstrap.bat && .\\b2 headers cxxflags=/std:c++20"
)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
hpx_info("Building fetched boost")
execute_process(
COMMAND
sh -c
Expand All @@ -57,7 +56,6 @@ if(HPX_WITH_FETCH_BOOST)
set(Boost_DIR "${CMAKE_BINARY_DIR}/_deps/boost-src")
set(Boost_INCLUDE_DIR "${CMAKE_BINARY_DIR}/_deps/boost-src")
endif()
endif()

# In case find_package(HPX) is called multiple times
if(NOT TARGET hpx_dependencies_boost)
Expand Down

0 comments on commit d0f3a32

Please sign in to comment.