We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a33dd8 commit 96575e1Copy full SHA for 96575e1
1 file changed
export/CMakeLists.txt.export
@@ -792,7 +792,7 @@ install(CODE "
792
")
793
794
# install bundled Boost headers if needed
795
-if (NOT LIBINT_HAS_SYSTEM_BOOST_PREPROCESSOR_VARIADICS)
+if (LIBINT2_REQUIRE_CXX_API AND NOT LIBINT_HAS_SYSTEM_BOOST_PREPROCESSOR_VARIADICS)
796
install(
797
DIRECTORY ${PROJECT_BINARY_DIR}/include/libint2/boost
798
DESTINATION "${LIBINT2_INSTALL_INCLUDEDIR}/libint2"
0 commit comments