diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-20 01:54:14 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-20 01:54:14 +0000 |
| commit | d948508aa22ff273c915397f5aba365ac10bd4e4 (patch) | |
| tree | df290fe8e06965c4a29892c727518cb9f2cf3a40 /External/lua-5.2.3 | |
| parent | Removed jni/Visual GDB build from legacy projects (diff) | |
| download | DiligentTools-d948508aa22ff273c915397f5aba365ac10bd4e4.tar.gz DiligentTools-d948508aa22ff273c915397f5aba365ac10bd4e4.zip | |
Enabling linux build
Diffstat (limited to 'External/lua-5.2.3')
| -rw-r--r-- | External/lua-5.2.3/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/External/lua-5.2.3/CMakeLists.txt b/External/lua-5.2.3/CMakeLists.txt index 383bae8..6e4ee5c 100644 --- a/External/lua-5.2.3/CMakeLists.txt +++ b/External/lua-5.2.3/CMakeLists.txt @@ -87,7 +87,7 @@ if(MSVC) endif(MSVC) if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR - CMAKE_CXX_COMPILER_ID STREQUAL "GNU") + CMAKE_CXX_COMPILER_ID MATCHES "GNU") # Setting LANGUAGE to CXX is not enough for clang, so use -x c++ to compile c files as c++ and suppress # the following warning: # clang++.exe: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] |
