Skip to content

Commit

Permalink
#62 Search for castxml on PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Feb 29, 2024
1 parent fc03f6e commit a71cfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WrapPython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_compile_options(-Wno-unused-local-typedefs)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)

# Used for binding generation
set(CASTXML_EXE_LOC "/usr/bin/castxml" CACHE FILEPATH "Path to the castxml executable.")
find_program(CASTXML_EXE_LOC castxml)

# Find the Chaste and third party dependency header files.
include_directories(${Chaste_INCLUDE_DIRS} ${Chaste_THIRD_PARTY_INCLUDE_DIRS})
Expand Down

0 comments on commit a71cfe6

Please sign in to comment.