Skip to content

Commit

Permalink
don't think we want config_win.h to be in a subdir as it's in the sam…
Browse files Browse the repository at this point in the history
…e dir as brlcad_config.h, otherwise that will require two include dirs always be specified (on windows only)
  • Loading branch information
brlcad committed Jan 28, 2025
1 parent 94aa5e1 commit 0b22181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,7 @@ file(MAKE_DIRECTORY "${BRLCAD_BINARY_DIR}/${DATA_DIR}/data")

# If we're building on Windows with MSVC, use config_win.h file
if(MSVC)
config_h_append(BRLCAD "#include \"brlcad/config_win.h\"\n")
config_h_append(BRLCAD "#include \"config_win.h\"\n")
endif(MSVC)

# Finalize brlcad_config.h
Expand Down

0 comments on commit 0b22181

Please sign in to comment.