Skip to content

Commit

Permalink
Test DSEED fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Jul 16, 2020
1 parent 8153b68 commit 3ead731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
set(SEED "WCGR" CACHE STRING "")
set(FP_QNRES "on" CACHE STRING "")
ELSE()
set(DSEED "DEV" CACHE STRING "")
set(DSEED "UDEV" CACHE STRING "")
set(FP_QNRES "on" CACHE STRING "")
ENDIF()
set(STBIN "OFF" CACHE STRING "")
Expand Down

0 comments on commit 3ead731

Please sign in to comment.