Skip to content

Commit c3cdc0d

Browse files
authored
Merge pull request #112 from dbarrow257/dbarrow257-patch-1
Update CMakeLists.txt
2 parents f4562f5 + ac66fe2 commit c3cdc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/cmake/Modules/NuOscillatorUtils.cmake)
1616
# By default GPU is off
1717
DefineEnabledRequiredSwitch(UseGPU 0)
1818

19-
set(NUOSCILLATOR_VERSION 1.2.1)
19+
set(NUOSCILLATOR_VERSION 1.3.0)
2020

2121
if(${UseGPU} EQUAL 0)
2222
project(NUOSCILLATOR VERSION ${NUOSCILLATOR_VERSION} LANGUAGES CXX)

0 commit comments

Comments
 (0)