Skip to content

Commit

Permalink
fuzz also needs BRLCAD_INCLUDE_DIRS for the new opennurbs headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Jul 14, 2022
1 parent 820ec0c commit 5108a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regress/fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include_directories(
set(FUZZ_INCLUDE_DIRS
${BU_INCLUDE_DIRS}
${RT_INCLUDE_DIRS}
${GED_INCLUDE_DIRS}
)
BRLCAD_INCLUDE_DIRS(FUZZ_INCLUDE_DIRS)

include(CheckCXXCompilerFlag)

Expand Down

0 comments on commit 5108a1a

Please sign in to comment.