Skip to content
Snippets Groups Projects
Commit f9cb4b9f authored by Pavel Burovskiy's avatar Pavel Burovskiy
Browse files

Fix LibSMV being searched when NEKTAR_USE_SMV is OFF

parent 946e52f5
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ IF (THIRDPARTY_BUILD_SMV)
MARK_AS_ADVANCED(SMV)
LINK_DIRECTORIES(${TPSRC}/dist/lib)
ELSE (THIRDPARTY_BUILD_SMV)
INCLUDE(FindSMV)
IF (NEKTAR_USE_SMV)
INCLUDE(FindSMV)
ENDIF (NEKTAR_USE_SMV)
ENDIF (THIRDPARTY_BUILD_SMV)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment