Skip to content

Commit

Permalink
Adapt to changed directory (include/Vc -> Vc)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein authored and mattkretz committed Sep 11, 2018
1 parent d5e6094 commit 8876cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.cmake
Expand Up @@ -404,7 +404,7 @@ endif()

macro(go)
# On Continuous builds this string may change and thus must be inside go()
file(STRINGS "${CTEST_SOURCE_DIRECTORY}/include/Vc/version.h"
file(STRINGS "${CTEST_SOURCE_DIRECTORY}/Vc/version.h"
Vc_VERSION_STRING
REGEX "#define +Vc_VERSION_STRING "
)
Expand Down

0 comments on commit 8876cad

Please sign in to comment.