This repository was archived by the owner on Mar 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#
2- # Copyright 2018, Intel Corporation
2+ # Copyright 2018-2019 , Intel Corporation
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -37,7 +37,10 @@ set(CMAKE_CXX_STANDARD 11)
3737
3838include (FindThreads )
3939
40- find_package (PkgConfig QUIET )
40+ if (NOT WIN32 )
41+ find_package (PkgConfig QUIET )
42+ endif ()
43+
4144if (PKG_CONFIG_FOUND)
4245 pkg_check_modules (LIBPMEMOBJ++ REQUIRED libpmemobj++ )
4346else ()
Original file line number Diff line number Diff line change 11#
2- # Copyright 2018, Intel Corporation
2+ # Copyright 2018-2019 , Intel Corporation
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -37,7 +37,10 @@ set(CMAKE_CXX_STANDARD 11)
3737
3838include (FindThreads )
3939
40- find_package (PkgConfig QUIET )
40+ if (NOT WIN32 )
41+ find_package (PkgConfig QUIET )
42+ endif ()
43+
4144if (PKG_CONFIG_FOUND)
4245 pkg_check_modules (LIBPMEMOBJ++ REQUIRED libpmemobj++ )
4346else ()
Original file line number Diff line number Diff line change 11#
2- # Copyright 2018, Intel Corporation
2+ # Copyright 2018-2019 , Intel Corporation
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -37,7 +37,10 @@ set(CMAKE_CXX_STANDARD 11)
3737
3838include (FindThreads )
3939
40- find_package (PkgConfig QUIET )
40+ if (NOT WIN32 )
41+ find_package (PkgConfig QUIET )
42+ endif ()
43+
4144if (PKG_CONFIG_FOUND)
4245 pkg_check_modules (LIBPMEMOBJ++ REQUIRED libpmemobj++ )
4346
Original file line number Diff line number Diff line change 11#
2- # Copyright 2018, Intel Corporation
2+ # Copyright 2018-2019 , Intel Corporation
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -37,7 +37,10 @@ set(CMAKE_CXX_STANDARD 11)
3737
3838include (FindThreads )
3939
40- find_package (PkgConfig QUIET )
40+ if (NOT WIN32 )
41+ find_package (PkgConfig QUIET )
42+ endif ()
43+
4144if (PKG_CONFIG_FOUND)
4245 pkg_check_modules (LIBPMEMOBJ++ REQUIRED libpmemobj++ )
4346
Original file line number Diff line number Diff line change 11#
2- # Copyright 2018, Intel Corporation
2+ # Copyright 2018-2019 , Intel Corporation
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -37,7 +37,10 @@ set(CMAKE_CXX_STANDARD 11)
3737
3838include (FindThreads )
3939
40- find_package (PkgConfig QUIET )
40+ if (NOT WIN32 )
41+ find_package (PkgConfig QUIET )
42+ endif ()
43+
4144if (PKG_CONFIG_FOUND)
4245 pkg_check_modules (LIBPMEMOBJ++ REQUIRED libpmemobj++ )
4346
Original file line number Diff line number Diff line change 11#
2- # Copyright 2018, Intel Corporation
2+ # Copyright 2018-2019 , Intel Corporation
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -37,7 +37,10 @@ set(CMAKE_CXX_STANDARD 11)
3737
3838include (FindThreads )
3939
40- find_package (PkgConfig QUIET )
40+ if (NOT WIN32 )
41+ find_package (PkgConfig QUIET )
42+ endif ()
43+
4144if (PKG_CONFIG_FOUND)
4245 pkg_check_modules (LIBPMEMOBJ++ REQUIRED libpmemobj++ )
4346else ()
You can’t perform that action at this time.
0 commit comments