Skip to content

Commit 7f3c0d9

Browse files
authored
Merge pull request #104 from blowekamp/fix_missing_include
COMP: Add missing path to configuration header
2 parents c1f3a57 + a0e2f57 commit 7f3c0d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ if(MSVC)
6868
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
6969
endif()
7070
itk_module_add_library(PerformanceBenchmarking ${PerformanceBenchmarking_SRCS})
71+
target_include_directories(PerformanceBenchmarking PRIVATE ${CMAKE_BINARY_DIR}/include)

0 commit comments

Comments
 (0)