Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 13, 2023
1 parent 81b89ed commit 63d5b7d
Show file tree
Hide file tree
Showing 4 changed files 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 @@ -199,7 +199,7 @@ endif()
if(BUILD_PYTHON_MODULE AND CMAKE_BUILD_TYPE MATCHES Debug)
# Only build swig/python module when we are in debug mode
# This requires PIC, but we don't want PIC for release build at the moment
add_subdirectory(python/swig)
add_subdirectory(swig)
endif()


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 63d5b7d

Please sign in to comment.