Skip to content

Commit 976f865

Browse files
committed
CMake 3.20 compatibility (#1349)
Signed-off-by: Larry Gritz <[email protected]>
1 parent e7326b3 commit 976f865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Dependencies
1212
OSL requires the following dependencies or tools.
1313
NEW or CHANGED dependencies since the last major release are **bold**.
1414

15-
* Build system: [CMake](https://cmake.org/) 3.12 or newer (tested through 3.18)
15+
* Build system: [CMake](https://cmake.org/) 3.12 or newer (tested through 3.20)
1616

1717
* A suitable C++11 compiler to build OSL itself, which may be any of:
1818
- GCC 4.8.5 or newer (tested through gcc 10)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif
3333

3434
MY_MAKE_FLAGS ?=
3535
MY_NINJA_FLAGS ?=
36-
MY_CMAKE_FLAGS += -g3
36+
MY_CMAKE_FLAGS ?=
3737
BUILDSENTINEL ?= Makefile
3838
NINJA ?= ninja
3939
CMAKE ?= cmake

0 commit comments

Comments
 (0)