Skip to content

Commit 72bd96c

Browse files
Merge pull request #271 from ax3l/fix-warningInstall
CMake: Fix Install Warning
2 parents 54e3060 + 2029b07 commit 72bd96c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ if(NOT Splash_HAVE_COLLECTIVE)
194194
endif()
195195

196196
# Splash headers
197-
set_target_properties(Splash PROPERTIES PUBLIC_HEADER
198-
include/splash/splash.h
199-
)
200197
target_include_directories(Splash PUBLIC
201198
$<BUILD_INTERFACE:${Splash_SOURCE_DIR}/src/include>
202199
$<BUILD_INTERFACE:${Splash_BINARY_DIR}/include>

0 commit comments

Comments
 (0)