This website works better with JavaScript.
Home
Explore
Impressum
Datenschutzerklärung
Help
Sign In
DBT-RISE
/
DBT-RISE-Core
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove boost version specifier
develop
Eyck Jentzsch
1 week ago
parent
2d4d921502
commit
77fa642d33
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
View File
@ -4,7 +4,7 @@ project("dbt-core" VERSION 1.0.0)
include
(
GNUInstallDirs
)
find_package
(
Boost
1.70
COMPONENTS
thread
REQUIRED
)
find_package
(
Boost
COMPONENTS
thread
REQUIRED
)
if
(
WITH_LLVM
)
if
(
DEFINED
ENV{LLVM_HOME}
)
Write
Preview
Loading…
Cancel
Save