File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
submodule_update : ON
24
24
run_tests : ON
25
25
unit_test_build : -DBUILD_UNIT_TESTS=ON
26
- cmake_args : -DCMAKE_CXX_FLAGS=-std=c++11;-DUSE_SUBMODULES=ON
26
+ cmake_args : -DCMAKE_CXX_FLAGS=-std=c++11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PROJECT(sioclient
6
6
7
7
option (BUILD_SHARED_LIBS "Build the shared library" OFF )
8
8
option (BUILD_UNIT_TESTS "Builds unit tests target" OFF )
9
- option (USE_SUBMODULES "Use source in local submodules instead of system libraries" OFF )
9
+ option (USE_SUBMODULES "Use source in local submodules instead of system libraries" ON )
10
10
11
11
set (MAJOR 1)
12
12
set (MINOR 6)
@@ -158,7 +158,7 @@ install(
158
158
FILES
159
159
"${CMAKE_CURRENT_BINARY_DIR} /sioclient/sioclientConfig.cmake"
160
160
"${CMAKE_CURRENT_BINARY_DIR} /sioclient/sioclientConfigVersion.cmake"
161
- "${CMAKE_CURRENT_BINARY_DIR} /sioclient/sioclientConfigTargets .cmake"
161
+ "${CMAKE_CURRENT_BINARY_DIR} /sioclient/sioclientTargets .cmake"
162
162
DESTINATION
163
163
${ConfigPackageLocation}
164
164
)
You can’t perform that action at this time.
0 commit comments