Skip to content
Snippets Groups Projects
Commit ff39217b authored by Julian Marcon's avatar Julian Marcon
Browse files

Adjust error message

parent c010f2de
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ IF(NEKTAR_USE_MESHGEN)
SET(TEST_ENV $ENV{FEGS_TOP})
IF(NOT DEFINED TEST_ENV)
MESSAGE(FATAL_ERROR "Cannot build with CFI without environment variable CFI_DIR set which points to cadfix1100fcs folder in the CFI installation")
MESSAGE(FATAL_ERROR "Cannot build with CFI without environment variable FEGS_TOP set which points to the top folder in the CFI installation")
ENDIF()
FIND_LIBRARY(CFI_LIBRARY_API NAMES cadfixapi PATHS $ENV{FEGS_LIB})
FIND_LIBRARY(CFI_LIBRARY_CXX NAMES oocfi_cxx.a PATHS $ENV{FEGS_TOP}/cadfixdev/oocfi/cxx)
......
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