Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pav-hash authored Sep 13, 2019
1 parent 7fc014c commit 128eb9c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ if (LITECASH_CPU_ARCH MATCHES "avx")
set(LITECASH_USE_AVX TRUE)
endif()

set(LITECASH_USE_GPU TRUE)
if(LITECASH_USE_GPU)
add_definitions(-DLITECASH_USE_GPU)
set(LITECASH_USE_AVX TRUE)
endif()

if(LITECASH_USE_AVX)
add_definitions(-DLITECASH_USE_AVX)
endif()
Expand All @@ -124,7 +118,7 @@ if(LITECASH_LINK_TYPE MATCHES "Static")
set(LITECASH_USE_STATIC TRUE)
endif()

set(LITECASH_USE_STATIC TRUE)
set(LITECASH_USE_STATIC FALSE)
if(LITECASH_USE_STATIC)
add_definitions(-DLITECASH_USE_STATIC)
endif()
Expand Down

0 comments on commit 128eb9c

Please sign in to comment.