Skip to content

Commit e74277a

Browse files
committed
Turn off linking with "search_paths_first" for MacOS.
1 parent b336858 commit e74277a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cmake_minimum_required(VERSION 3.5.0)
22

3+
set(HAVE_FLAG_SEARCH_PATHS_FIRST 0)
4+
35
project(seergdb VERSION 2.6.0 LANGUAGES CXX)
46

57
set(PROJECT_NAME seergdb)

0 commit comments

Comments
 (0)