Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DARMA-tasking/vt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70023baf4ecd1d8c436a5fc7ca6638599c6af3d5
Choose a base ref
..
head repository: DARMA-tasking/vt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ad61ed99f305b307c321785a4f6f6bae656dcefc
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 CMakeLists.txt
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ include(cmake/check_system_functions.cmake)
set(VIRTUAL_TRANSPORT_LIBRARY vt CACHE INTERNAL "" FORCE )
set(FCONTEXT_LIBRARY fcontext)

option(BUILD_SHARED_LIBS "Build VT as shared library" OFF)

# Set the local module path so custom cmake scripts can be located automatically
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake-modules/")