Skip to content

Avoid installing ImathConfig.h twice - #591

Merged
cary-ilm merged 2 commits into
AcademySoftwareFoundation:mainfrom
cary-ilm:ImathConfig-double-install
Aug 16, 2026
Merged

Avoid installing ImathConfig.h twice#591
cary-ilm merged 2 commits into
AcademySoftwareFoundation:mainfrom
cary-ilm:ImathConfig-double-install

Conversation

@cary-ilm

Copy link
Copy Markdown
Member

ImathConfig.h was installed twice:

  1. config/CMakeLists.txt explicitly includes it in install(FILES ...)
  2. src/Imath/CMakeLists.txt also includes it in IMATH_HEADERS

The result is that it appears in the install manifest twice.

This removes it from IMATH_HEADERS in src/Imath/CMakeLists.txt

ImathConfig.h was installed twice:
1. config/CMakeLists.txt explicitly includes it in `install(FILES ...)`
2. src/Imath/CMakeLists.txt also includes it in `IMATH_HEADERS`

The result is that it appears in the install manifest twice.

This removes it from `IMATH_HEADERS` in src/Imath/CMakeLists.txt

Signed-off-by: Cary Phillips <seabeepea@gmail.com>
@cary-ilm
cary-ilm merged commit 2dbea42 into AcademySoftwareFoundation:main Aug 16, 2026
33 of 34 checks passed
cary-ilm added a commit that referenced this pull request Aug 17, 2026
ImathConfig.h was installed twice:
1. config/CMakeLists.txt explicitly includes it in `install(FILES ...)`
2. src/Imath/CMakeLists.txt also includes it in `IMATH_HEADERS`

The result is that it appears in the install manifest twice.

This removes it from `IMATH_HEADERS` in src/Imath/CMakeLists.txt

Signed-off-by: Cary Phillips <seabeepea@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant