Skip to content

Commit 4cfae89

Browse files
authored
Merge pull request #652 from cdunn2001/meson-not-scons
Meson not scons; 1.8.2<-1.8.1
2 parents 5331d29 + f4ec601 commit 4cfae89

File tree

15 files changed

+28
-1024
lines changed

15 files changed

+28
-1024
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/build/
2+
/build-*/
23
*.pyc
34
*.swp
45
*.actual
56
*.actual-rewrite
67
*.process-output
78
*.rewrite
89
/bin/
9-
/buildscons/
1010
/libs/
1111
/doc/doxyfile
1212
/dist/
@@ -31,7 +31,7 @@
3131
# CMake-generated files:
3232
CMakeFiles/
3333
*.cmake
34-
pkg-config/jsoncpp.pc
34+
/pkg-config/jsoncpp.pc
3535
jsoncpp_lib_static.dir/
3636

3737
# In case someone runs cmake in the root-dir:

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENDMACRO()
5959
#SET( JSONCPP_VERSION_MAJOR X )
6060
#SET( JSONCPP_VERSION_MINOR Y )
6161
#SET( JSONCPP_VERSION_PATCH Z )
62-
SET( JSONCPP_VERSION 1.8.1 )
62+
SET( JSONCPP_VERSION 1.8.2 )
6363
jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
6464
#IF(NOT JSONCPP_VERSION_FOUND)
6565
# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")

NEWS.txt

-175
This file was deleted.

0 commit comments

Comments
 (0)