File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 1
1
sources :
2
- " 0.24.1 " :
3
- url : " https://github.com/aous72/OpenJPH/archive/0.24.1 .tar.gz"
4
- sha256 : " 5e44a809c9ee3dad175da839feaf66746cfc114a625ec61c786de8ad3f5ab472 "
2
+ " 0.24.2 " :
3
+ url : " https://github.com/aous72/OpenJPH/archive/0.24.2 .tar.gz"
4
+ sha256 : " c99218752b15b5b2afca3b0e4d4f0ddf1ac19f94dbcbe11874fe492d44ed3e2d "
5
5
patches :
6
- " 0.24.1 " :
7
- - patch_file : " patches/0.24.1 -cmake-cxx-standard-pic.patch"
6
+ " 0.24.2 " :
7
+ - patch_file : " patches/0.24.2 -cmake-cxx-standard-pic.patch"
8
8
patch_description : " Remove setting of CXX standard to a fixed value overriding the toolchain provided by Conan and PIC hardcoded option"
9
9
patch_type : " conan"
Original file line number Diff line number Diff line change 1
- diff --git src/apps/ojph_stream_expand/CMakeLists.txt src/apps/ojph_stream_expand/CMakeLists.txt
2
- index 61e8603..85c1d99 100644
3
- --- src/apps/ojph_stream_expand/CMakeLists.txt
4
- +++ src/apps/ojph_stream_expand/CMakeLists.txt
5
- @@ -1,7 +1,7 @@
6
- ## building ojph_stream_expand
7
- ##############################
8
-
9
- - set(CMAKE_CXX_STANDARD 14)
10
- + #set(CMAKE_CXX_STANDARD 14)
11
-
12
- file(GLOB OJPH_STREAM_EXPAND "*.cpp" "*.h")
13
- file(GLOB OJPH_SOCKETS "../others/ojph_sockets.cpp")
14
1
diff --git src/core/CMakeLists.txt src/core/CMakeLists.txt
15
2
index ea19aea..132a619 100644
16
3
--- src/core/CMakeLists.txt
Original file line number Diff line number Diff line change 1
1
versions :
2
- " 0.24.1 " :
2
+ " 0.24.2 " :
3
3
folder : all
You can’t perform that action at this time.
0 commit comments