diff options
Diffstat (limited to 'Wrappers')
-rw-r--r-- | Wrappers/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/CMakeLists.txt b/Wrappers/CMakeLists.txt index 8d02df6..bdcb8f4 100644 --- a/Wrappers/CMakeLists.txt +++ b/Wrappers/CMakeLists.txt @@ -11,9 +11,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -if (BUILD_MATLAB_WRAPPERS) +if (BUILD_MATLAB_WRAPPER) add_subdirectory(Matlab) endif() -if (BUILD_PYTHON_WRAPPERS) +if (BUILD_PYTHON_WRAPPER) add_subdirectory(Python) endif()
\ No newline at end of file |