Skip to content

Commit 5dfd890

Browse files
committed
wip: try to workaround BSD issue with dependency scanning
1 parent 4280613 commit 5dfd890

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
cmake_minimum_required(VERSION 3.12...4.1)
66

7+
if(BSD AND POLICY CMP0155)
8+
cmake_policy(SET CMP0155 OLD)
9+
endif()
10+
711
project("Libmultiprocess" CXX)
812
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
913
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)