We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d20f8 commit 727f6efCopy full SHA for 727f6ef
CMakeLists.txt
@@ -408,7 +408,7 @@ if(BUILD_HEADERS)
408
# Create a dummy .cpp file that includes the header file we want to
409
# check.
410
set(DUMMYCPP ${CMAKE_BINARY_DIR}/header_check/${libname}.cpp)
411
- file(WRITE ${DUMMYCPP} "#include <${hpp}>\n")
+ file(WRITE ${DUMMYCPP} "#include <${hpp}> // IWYU pragma: keep\n")
412
413
# There is no way in CMake to just compile but not link a C++ file,
414
# so we pretend to build a library here.
osmium.imp
@@ -2,7 +2,7 @@
2
#
3
# Configuration for Include-What-You-Use tool
4
5
-# http://include-what-you-use.org/
+# https://include-what-you-use.org/
6
7
#-----------------------------------------------------------------------------
8
[
0 commit comments