Skip to content

Commit

Permalink
changed cmake to fix issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
AndySomogyi committed Oct 10, 2018
1 parent 8909124 commit c74f48a
Showing 1 changed file 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 @@ -26,7 +26,7 @@ else()
endif(WIN32)


if(IS_DIRECTORY ${SBMLSOLVER_DEP_DIR} AND IS_DIRECTORY ${SBMLSOLVER_DEP_DIR}/include/rr-libstruct)
if((IS_DIRECTORY ${SBMLSOLVER_DEP_DIR}) AND (IS_DIRECTORY ${SBMLSOLVER_DEP_DIR}/include/rr-libstruct))
message("is dir: ${SBMLSOLVER_DEP_DIR}")
else()
message(FATAL_ERROR "invalid sbmlsolver dependency dir: ${SBMLSOLVER_DEP_DIR}")
Expand Down

0 comments on commit c74f48a

Please sign in to comment.