File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ if (ENABLE_CONAN)
3030 ERROR_VARIABLE conan_stderr
3131 RESULT_VARIABLE conan_install_result
3232 )
33- # message(STATUS "Conan install stdout: ${conan_stdout} ${CMAKE_BUILD_TYPE}")
34- # message(STATUS "Conan install stderr: ${conan_stderr}")
33+ message (STATUS "Conan install stdout: ${conan_stdout} ${CMAKE_BUILD_TYPE} " )
34+ message (STATUS "Conan install stderr: ${conan_stderr} " )
3535
3636 if (NOT conan_install_result EQUAL 0)
3737 message (FATAL_ERROR "Conan install failed." )
@@ -354,6 +354,8 @@ find_package(Lua 5.2 REQUIRED)
354354
355355if (ENABLE_CONAN)
356356 add_dependency_includes(${Boost_INCLUDE_DIRS} )
357+ set (BOOST_LIBRARIES ${Boost_LIBRARIES} )
358+
357359 add_dependency_includes(${TBB_INCLUDE_DIR} )
358360 set (TBB_LIBRARIES ${TBB_LIBRARIES} )
359361
You can’t perform that action at this time.
0 commit comments