Skip to content

Commit

Permalink
Merge pull request #3551 from hongguangguo/develop
Browse files Browse the repository at this point in the history
echo solution for CMake error  #3535
  • Loading branch information
karlnapf committed Nov 18, 2016
2 parents 95acc60 + 7de8241 commit e892b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meta/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ GET_PYTHON_ENV()
# working directory of tester should be binary dir so link data folders
IF (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/reference_results)
IF (NOT EXISTS ${CMAKE_SOURCE_DIR}/data/testsuite/meta/)
MESSAGE(FATAL_ERROR "Test suite for meta examples does not exist!")
MESSAGE(FATAL_ERROR "Test suite for meta examples does not exist! Please initialise and/or update the data submodule.")
ENDIF()
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink "${CMAKE_SOURCE_DIR}/data/testsuite/meta/" "${CMAKE_CURRENT_BINARY_DIR}/reference_results")
ENDIF()
Expand Down

0 comments on commit e892b2a

Please sign in to comment.