We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cecd5 commit a2c1c6aCopy full SHA for a2c1c6a
3rdparty/boost/CMakeLists.txt
@@ -32,8 +32,9 @@ endforeach()
32
33
add_subdirectory(superproject/libs/wave EXCLUDE_FROM_ALL)
34
35
+list(APPEND NBL_BOOST_TARGETS boost_wave) # wave
36
foreach(BOOST_LIB IN LISTS NBL_BOOST_LIBS)
- if(TARGET boost_${BOOST_LIB})
37
+ if(TARGET boost_${BOOST_LIB}) # wave's deps
38
list(APPEND NBL_BOOST_TARGETS boost_${BOOST_LIB})
39
endif()
40
endforeach()
0 commit comments