Skip to content

Commit 22c8a3d

Browse files
wip
1 parent d5564cc commit 22c8a3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

355355
if (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

0 commit comments

Comments
 (0)