Skip to content
Snippets Groups Projects

Resolve "Segmentation fault in sfind"

Closed Ramon Nou requested to merge 138-segmentation-fault-in-sfind into master
1 unresolved thread
Compare and Show latest version
8 files
+ 790
739
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -2,7 +2,7 @@ set (CMAKE_CXX_STANDARD 14)
add_executable(sfind sfind.cpp)
if(GKFS_INSTALL_TESTS)
install(TARGETS sfind
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/gkfs/tests/integration
install(TARGETS sfind
DESTINATION ${CMAKE_INSTALL_BINDIR}
)
endif()
Loading