Skip to content

Commit

Permalink
Fix cppan dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Feb 23, 2017
1 parent e376ffc commit 182c6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cppan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ projects:
post_sources: |
if (WIN32)
set_source_files_properties(
${CMAKE_CURRENT_SOURCE_DIR}/arch/dotproductsse.cpp
${SDIR}/arch/dotproductsse.cpp
PROPERTIES COMPILE_DEFINITIONS __SSE4_1__)
if (MSVC)
set_source_files_properties(
${CMAKE_CURRENT_SOURCE_DIR}/arch/dotproductavx.cpp
${SDIR}/arch/dotproductavx.cpp
PROPERTIES COMPILE_FLAGS "/arch:AVX")
endif()
else()
Expand Down

0 comments on commit 182c6bb

Please sign in to comment.