Skip to content

Commit f08cac9

Browse files
committed
Add comment ensuring include(GNUInstallDirs) stays where it should be.
1 parent 160e3fe commit f08cac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ if(BUILD_SHARED_LIBS)
256256
set_property(TARGET crc32c_sse42 PROPERTY POSITION_INDEPENDENT_CODE TRUE)
257257
endif(BUILD_SHARED_LIBS)
258258

259+
# Must be included before CMAKE_INSTALL_INCLUDEDIR is used.
259260
include(GNUInstallDirs)
260261

261262
add_library(crc32c ""

0 commit comments

Comments
 (0)