Skip to content

Commit a0e2f57

Browse files
committed
COMP: Add missing path to configuration header
1 parent 3c8e8b1 commit a0e2f57

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)