Skip to content

Commit ffdec3c

Browse files
authored
IGNITE-28111 C++ Client: Fix missing headers on Windows (#7734)
1 parent c0a134b commit ffdec3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/platforms/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ endif()
140140

141141
if (WIN32)
142142
add_definitions(-DNOMINMAX)
143+
set(IGNITE_INSTALL_INCLUDE_DIR include)
143144
else()
144145
include(GNUInstallDirs)
145146
# Replace with the variables from GNUInstallDirs

0 commit comments

Comments
 (0)