Skip to content

Commit

Permalink
Update to latest stf_lib
Browse files Browse the repository at this point in the history
Fixes #185
  • Loading branch information
bdutro committed Jul 23, 2024
1 parent 9e10a68 commit 338d99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ include_directories(${SPARTA_INCLUDE_DIRS})
# Set up STF library
set (STF_LIB_BASE ${PROJECT_SOURCE_DIR}/stf_lib)
set (DISABLE_STF_DOXYGEN ON)
set (DISABLE_STF_TESTS ON)

if (CMAKE_BUILD_TYPE MATCHES "^[Rr]elease")
set (FULL_LTO true)
Expand Down

0 comments on commit 338d99f

Please sign in to comment.