Skip to content

Commit

Permalink
Wrong CCD error message minor fix (#286)
Browse files Browse the repository at this point in the history
* Wrong CCD error message fix

Wrong CCD version was mentioned in the error message (copy-paste from Eigen3 section above?)

* Merge branch 'master' into patch-1
  • Loading branch information
Sl-Alex authored and sherm1 committed Apr 20, 2018
1 parent 1271b65 commit 1f50873
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 @@ -164,7 +164,7 @@ if(NOT ccd_FOUND)
endif()

if(NOT ccd_FOUND)
message(FATAL_ERROR "CCD (>= 3.0.5) is required by FCL")
message(FATAL_ERROR "CCD is required by FCL")
endif()

set(PKG_EXTERNAL_DEPS "ccd eigen3")
Expand Down

0 comments on commit 1f50873

Please sign in to comment.