lua-rapidjson icon indicating copy to clipboard operation
lua-rapidjson copied to clipboard

cmake 2.8 build failed

Open moonming opened this issue 6 years ago • 1 comments

https://github.com/xpol/lua-rapidjson/blob/master/CMakeLists.txt#L68 the target_compile_features() command was added in cmake 3.1, so https://github.com/xpol/lua-rapidjson/blob/master/CMakeLists.txt#L1 cmake 2.8 can not build. maybe we can remove target_compile_features?

moonming avatar Jul 02 '19 05:07 moonming

I have try to support cmake 2.8, try version 0.6.1.

xpol avatar Jul 08 '19 02:07 xpol