File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ target_include_directories(${PROJECT_NAME}
8080target_link_libraries (${PROJECT_NAME}
8181 PUBLIC Boost::boost panda3d::panda3d
8282
83- PRIVATE $<$<NOT :$<BOOL :Boost_USE_STATIC_LIBS>>:Boost::dynamic_linking>
83+ PRIVATE $<$<NOT :$<BOOL :${ Boost_USE_STATIC_LIBS} >>:Boost::dynamic_linking>
8484 Boost::filesystem Boost::system
8585 ${FREETYPE_LIBRARIES} yaml-cpp spdlog::spdlog
8686)
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ find_package(Boost 1.62.0 REQUIRED COMPONENTS filesystem system)
1313
1414# find panda3d
1515set (PANDA3D_ROOT "" CACHE PATH "Hint for finding panda3d root directory" )
16- #find_package(panda3d REQUIRED COMPONENTS libp3framework libpanda libpandaexpress libp3dtool libp3dtoolconfig libp3direct libp3interrogatedb)
1716find_package (panda3d REQUIRED)
1817
1918# find doxygen
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(panda3d
6161)
6262
6363if (panda3d_FOUND)
64- message (STATUS "Found the following panda3d libraries:" )
64+ message (STATUS "Found the following Panda3D libraries:" )
6565 foreach (COMPONENT ${panda3d_FIND_COMPONENTS} )
6666 message (STATUS " ${COMPONENT} " )
6767 endforeach ()
You can’t perform that action at this time.
0 commit comments