Skip to content

Commit 182c6bb

Browse files
committed
Fix cppan dir.
1 parent e376ffc commit 182c6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cppan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ projects:
113113
post_sources: |
114114
if (WIN32)
115115
set_source_files_properties(
116-
${CMAKE_CURRENT_SOURCE_DIR}/arch/dotproductsse.cpp
116+
${SDIR}/arch/dotproductsse.cpp
117117
PROPERTIES COMPILE_DEFINITIONS __SSE4_1__)
118118
if (MSVC)
119119
set_source_files_properties(
120-
${CMAKE_CURRENT_SOURCE_DIR}/arch/dotproductavx.cpp
120+
${SDIR}/arch/dotproductavx.cpp
121121
PROPERTIES COMPILE_FLAGS "/arch:AVX")
122122
endif()
123123
else()

0 commit comments

Comments
 (0)