diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-01-04 10:45:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 10:45:52 +0100 |
| commit | eb27272a79cd81256e475b9aad8461fda8b7f989 (patch) | |
| tree | ceda37abf8603ae1846f6b4110ff7abe9ef11fc2 /thirdparty | |
| parent | 2519439d7d4d0e51abf479afe73f30b1c7c70530 (diff) | |
| parent | 4d147d9630653e4c93a70a2a8026c323ed1042d2 (diff) | |
Merge pull request #1317 from ffontaine/master
CMakeLists.txt: Don't require a C++ compiler
Diffstat (limited to 'thirdparty')
| -rw-r--r-- | thirdparty/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index b0b229c8..ebdcd9d4 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -120,5 +120,6 @@ endif(BUILD_THIRDPARTY) #------------ IF (WITH_ASTYLE) + enable_language(CXX) ADD_SUBDIRECTORY(astyle) ENDIF(WITH_ASTYLE) |
