Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 1442257

Browse files
authored
Merge pull request #58 from lscheinkman/fix_swig_path
fix swig path
2 parents c4ac22f + 3378cfd commit 1442257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/nupic_core.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ set(SWIG_EXECUTABLE "${NUPIC_CORE_INSTALL_DIR}/bin/swig${CMAKE_EXECUTABLE_SUFFIX
117117
if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
118118
set(SWIG_DIR "${NUPIC_CORE_INSTALL_DIR}/share/swig/Lib")
119119
else()
120-
set(SWIG_DIR "${NUPIC_CORE_INSTALL_DIR}/share/swig/3.0.12")
120+
set(SWIG_DIR "${NUPIC_CORE_INSTALL_DIR}/share/swig/3.0.2")
121121
endif()
122122
add_custom_target(Swig
123123
COMMENT "Using Swig installation from nupic.core dependency"

0 commit comments

Comments
 (0)